Html Css Color HEX #DC5888 Dark Pink

📋 copy color: '#DC5888'

red 220 ◦ green 88 ◦ blue 136

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

Shades of Dark Pink #DC5888

Tints of Dark Pink #DC5888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.82%

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

R = 49.55%
G = 19.82%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC5888 (or 0xDC5888) is known color: Dark Pink. HEX triplet: DC, 58 and 88. RGB value is (220,88,136). Sum of RGB (Red+Green+Blue) = 220+88+136=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5888 is #23A777. Grayscale: #848484. Windows color (decimal): -2336632 or 8935644. OLE color: 8935644.

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

Color convert

RGB 220 88 136 -
CMYK 0 0.6 0.38 0.14
HSL 338.18º 0.65% 0.6% -
HSV(B) 338.18º 0.6% 0.86% -
XYZ 37.45 23.97 25.95 -
YUV 132.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 220 88 136 0 0.6 0.38 0.14 338.18 0.65 0.6
Hex DC 58 88 0 3C 26 E 152 41 3C
Octal 334 130 210 0 74 46 16 522 101 74
Binary 11011100 1011000 10001000 0 111100 100110 1110 101010010 1000001 111100

Color Harmonies of #DC5888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5888

Black with #DC5888

Text Example


Text Example

White with #DC5888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5888; }

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

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

background-color css

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

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

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

border-color css

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

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

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