#DF5DBD

Color #DF5DBD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DF5DBD

Tints of Free Speech Magenta #DF5DBD

Color information

#DF5DBD (or 0xDF5DBD) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 5D and BD. RGB value is (223,93,189). Sum of RGB (Red+Green+Blue) = 223+93+189=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DBD is #20A242. Grayscale: #8E8E8E. Windows color (decimal): -2138691 or 12410335. OLE color: 12410335.

HSL color Cylindrical-coordinate representation of color #DF5DBD: hue angle of 315.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5DBD is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB22393189-
CMYK00.580.150.13
HSL315.69º67.01%61.96%-
HSV(B)315.69º58.3%87.45%-
XYZ43.5327.1951.1-
YUV142.81154.07185.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 93 (36.72% from 255) = 18.42%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=44.16%
G=18.42%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239318900.580.150.13315.6967.0161.96
HexDF5DBD03AFD13c433e
Octal337135275072171547410376
Binary110111111011101101111010111010111111011001111001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5DBD; }

 p { color: rgb(223,93,189); }

 H1.HeaderClassName
 {
   color: #DF5DBD;
 }
 .AnyTagClassName
 {
   color: #DF5DBD;
 }
</style>
background-color css

<style>
 a { background-color: #DF5DBD; }

 a { background-color: rgb(223,93,189); }

 div.DivClassName
 {
   background-color: #DF5DBD;
 }
 .BgClassName
 {
   background-color: #DF5DBD;
 }
</style>
border-color css

<style>
 span { border-color: #DF5DBD; }

 span { border-color: rgb(223,93,189); }

 td.TdClassName
 {
   border-color: #DF5DBD;
 }
 .TagClassName
 {
   border-color: #DF5DBD;
 }
</style>