Html Css Color HEX #DC5588 Dark Pink

📋 copy color: '#DC5588'

red 220 ◦ green 85 ◦ blue 136

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

Shades of Dark Pink #DC5588

Tints of Dark Pink #DC5588

RGB

 RED value IS 220 (86.33% from 255) = 49.89%

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

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

R = 49.89%
G = 19.27%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC5588 (or 0xDC5588) is known color: Dark Pink. HEX triplet: DC, 55 and 88. RGB value is (220,85,136). Sum of RGB (Red+Green+Blue) = 220+85+136=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5588 is #23AA77. Grayscale: #838383. Windows color (decimal): -2337400 or 8934876. OLE color: 8934876.

HSL color Cylindrical-coordinate representation of color #DC5588: hue angle of 337.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5588 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 136 -
CMYK 0 0.61 0.38 0.14
HSL 337.33º 0.66% 0.6% -
HSV(B) 337.33º 0.61% 0.86% -
XYZ 37.21 23.49 25.87 -
YUV 131.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 220 85 136 0 0.61 0.38 0.14 337.33 0.66 0.6
Hex DC 55 88 0 3D 26 E 151 42 3C
Octal 334 125 210 0 75 46 16 521 102 74
Binary 11011100 1010101 10001000 0 111101 100110 1110 101010001 1000010 111100

Color Harmonies of #DC5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5588

Black with #DC5588

Text Example


Text Example

White with #DC5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5588; }

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

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

background-color css

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

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

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

border-color css

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

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

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