Html Css Color HEX #DC5988 Dark Pink

📋 copy color: '#DC5988'

red 220 ◦ green 89 ◦ blue 136

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

Shades of Dark Pink #DC5988

Tints of Dark Pink #DC5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20%

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

R = 49.44%
G = 20%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC5988 (or 0xDC5988) is known color: Dark Pink. HEX triplet: DC, 59 and 88. RGB value is (220,89,136). Sum of RGB (Red+Green+Blue) = 220+89+136=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5988 is #23A677. Grayscale: #858585. Windows color (decimal): -2336376 or 8935900. OLE color: 8935900.

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

Color convert

RGB 220 89 136 -
CMYK 0 0.60 0.38 0.14
HSL 338.47º 0.65% 0.61% -
HSV(B) 338.47º 0.6% 0.86% -
XYZ 37.53 24.14 25.97 -
YUV 133.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 220 89 136 0 0.60 0.38 0.14 338.47 0.65 0.61
Hex DC 59 88 0 3C 26 E 152 41 3D
Octal 334 131 210 0 74 46 16 522 101 75
Binary 11011100 1011001 10001000 0 111100 100110 1110 101010010 1000001 111101

Color Harmonies of #DC5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5988

Black with #DC5988

Text Example


Text Example

White with #DC5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5988; }

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

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

background-color css

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

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

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

border-color css

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

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

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