Html Css Color HEX #DC5287 Dark Pink

📋 copy color: '#DC5287'

red 220 ◦ green 82 ◦ blue 135

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

Shades of Dark Pink #DC5287

Tints of Dark Pink #DC5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.76%

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

R = 50.34%
G = 18.76%
B = 30.89%

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

#DC5287 (or 0xDC5287) is known color: Dark Pink. HEX triplet: DC, 52 and 87. RGB value is (220,82,135). Sum of RGB (Red+Green+Blue) = 220+82+135=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5287 is #23AD78. Grayscale: #818181. Windows color (decimal): -2338169 or 8868572. OLE color: 8868572.

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

Color convert

RGB 220 82 135 -
CMYK 0 0.63 0.39 0.14
HSL 336.96º 0.66% 0.59% -
HSV(B) 336.96º 0.63% 0.86% -
XYZ 36.91 23 25.42 -
YUV 129.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 220 82 135 0 0.63 0.39 0.14 336.96 0.66 0.59
Hex DC 52 87 0 3F 27 E 151 42 3B
Octal 334 122 207 0 77 47 16 521 102 73
Binary 11011100 1010010 10000111 0 111111 100111 1110 101010001 1000010 111011

Color Harmonies of #DC5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5287

Black with #DC5287

Text Example


Text Example

White with #DC5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5287; }

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

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

background-color css

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

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

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

border-color css

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

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

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