Html Css Color HEX #DC5787 Dark Pink

📋 copy color: '#DC5787'

red 220 ◦ green 87 ◦ blue 135

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

Shades of Dark Pink #DC5787

Tints of Dark Pink #DC5787

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.68%

 BLUE value IS 135 (53.13% from 255) = 30.54%

R = 49.77%
G = 19.68%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC5787 (or 0xDC5787) is known color: Dark Pink. HEX triplet: DC, 57 and 87. RGB value is (220,87,135). Sum of RGB (Red+Green+Blue) = 220+87+135=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5787 is #23A878. Grayscale: #848484. Windows color (decimal): -2336889 or 8869852. OLE color: 8869852.

HSL color Cylindrical-coordinate representation of color #DC5787: hue angle of 338.35º degrees, saturation: 0.66, 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 #DC5787 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 135 -
CMYK 0 0.60 0.39 0.14
HSL 338.35º 0.66% 0.6% -
HSV(B) 338.35º 0.6% 0.86% -
XYZ 37.3 23.78 25.55 -
YUV 132.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 220 87 135 0 0.60 0.39 0.14 338.35 0.66 0.6
Hex DC 57 87 0 3C 27 E 152 42 3C
Octal 334 127 207 0 74 47 16 522 102 74
Binary 11011100 1010111 10000111 0 111100 100111 1110 101010010 1000010 111100

Color Harmonies of #DC5787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5787

Black with #DC5787

Text Example


Text Example

White with #DC5787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5787; }

 p { color: rgb(220,87,135); }

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

background-color css

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

 a { background-color: rgb(220,87,135); }

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

border-color css

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

 span { border-color: rgb(220,87,135); }

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