Html Css Color HEX #DC5D87 Dark Pink

📋 copy color: '#DC5D87'

red 220 ◦ green 93 ◦ blue 135

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

Shades of Dark Pink #DC5D87

Tints of Dark Pink #DC5D87

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

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

R = 49.11%
G = 20.76%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC5D87 (or 0xDC5D87) is known color: Dark Pink. HEX triplet: DC, 5D and 87. RGB value is (220,93,135). Sum of RGB (Red+Green+Blue) = 220+93+135=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D87 is #23A278. Grayscale: #878787. Windows color (decimal): -2335353 or 8871388. OLE color: 8871388.

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

Color convert

RGB 220 93 135 -
CMYK 0 0.58 0.39 0.14
HSL 340.16º 0.64% 0.61% -
HSV(B) 340.16º 0.58% 0.86% -
XYZ 37.8 24.79 25.71 -
YUV 135.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 220 93 135 0 0.58 0.39 0.14 340.16 0.64 0.61
Hex DC 5D 87 0 3A 27 E 154 40 3D
Octal 334 135 207 0 72 47 16 524 100 75
Binary 11011100 1011101 10000111 0 111010 100111 1110 101010100 1000000 111101

Color Harmonies of #DC5D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D87

Black with #DC5D87

Text Example


Text Example

White with #DC5D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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