Html Css Color HEX #DF5588 Dark Pink

📋 copy color: '#DF5588'

red 223 ◦ green 85 ◦ blue 136

#DF5588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #DF5588

Tints of Dark Pink #DF5588

RGB

 RED value IS 223 (87.5% from 255) = 50.23%

 GREEN value IS 85 (33.59% from 255) = 19.14%

 BLUE value IS 136 (53.52% from 255) = 30.63%

R = 50.23%
G = 19.14%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF5588 (or 0xDF5588) is known color: Dark Pink. HEX triplet: DF, 55 and 88. RGB value is (223,85,136). Sum of RGB (Red+Green+Blue) = 223+85+136=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5588 is #20AA77. Grayscale: #848484. Windows color (decimal): -2140792 or 8934879. OLE color: 8934879.

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

Color convert

RGB 223 85 136 -
CMYK 0 0.62 0.39 0.13
HSL 337.83º 0.68% 0.6% -
HSV(B) 337.83º 0.62% 0.87% -
XYZ 38.12 23.96 25.91 -
YUV 132.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 223 85 136 0 0.62 0.39 0.13 337.83 0.68 0.6
Hex DF 55 88 0 3E 27 D 152 44 3C
Octal 337 125 210 0 76 47 15 522 104 74
Binary 11011111 1010101 10001000 0 111110 100111 1101 101010010 1000100 111100

Color Harmonies of #DF5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5588

Black with #DF5588

Text Example


Text Example

White with #DF5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5588; }

 p { color: rgb(223,85,136); }

 H1.HeaderClassName
 {
   color: #DF5588;
 }
 .AnyTagClassName
 {
   color: #DF5588;
 }
</style>

background-color css

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

 a { background-color: rgb(223,85,136); }

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

border-color css

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

 span { border-color: rgb(223,85,136); }

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