Html Css Color HEX #DC5187 Dark Pink

📋 copy color: '#DC5187'

red 220 ◦ green 81 ◦ blue 135

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

Shades of Dark Pink #DC5187

Tints of Dark Pink #DC5187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.58%

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

R = 50.46%
G = 18.58%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC5187 (or 0xDC5187) is known color: Dark Pink. HEX triplet: DC, 51 and 87. RGB value is (220,81,135). Sum of RGB (Red+Green+Blue) = 220+81+135=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5187 is #23AE78. Grayscale: #808080. Windows color (decimal): -2338425 or 8868316. OLE color: 8868316.

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

Color convert

RGB 220 81 135 -
CMYK 0 0.63 0.39 0.14
HSL 336.69º 0.67% 0.59% -
HSV(B) 336.69º 0.63% 0.86% -
XYZ 36.83 22.85 25.39 -
YUV 128.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 220 81 135 0 0.63 0.39 0.14 336.69 0.67 0.59
Hex DC 51 87 0 3F 27 E 151 43 3B
Octal 334 121 207 0 77 47 16 521 103 73
Binary 11011100 1010001 10000111 0 111111 100111 1110 101010001 1000011 111011

Color Harmonies of #DC5187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5187

Black with #DC5187

Text Example


Text Example

White with #DC5187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5187; }

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

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

background-color css

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

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

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

border-color css

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

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

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