Html Css Color HEX #DC5E81 Dark Pink

📋 copy color: '#DC5E81'

red 220 ◦ green 94 ◦ blue 129

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

Shades of Dark Pink #DC5E81

Tints of Dark Pink #DC5E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.22%

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 49.66%
G = 21.22%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC5E81 (or 0xDC5E81) is known color: Dark Pink. HEX triplet: DC, 5E and 81. RGB value is (220,94,129). Sum of RGB (Red+Green+Blue) = 220+94+129=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E81 is #23A17E. Grayscale: #878787. Windows color (decimal): -2335103 or 8478428. OLE color: 8478428.

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

Color convert

RGB 220 94 129 -
CMYK 0 0.57 0.41 0.14
HSL 343.33º 0.64% 0.62% -
HSV(B) 343.33º 0.57% 0.86% -
XYZ 37.48 24.81 23.58 -
YUV 135.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 220 94 129 0 0.57 0.41 0.14 343.33 0.64 0.62
Hex DC 5E 81 0 39 29 E 157 40 3E
Octal 334 136 201 0 71 51 16 527 100 76
Binary 11011100 1011110 10000001 0 111001 101001 1110 101010111 1000000 111110

Color Harmonies of #DC5E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E81

Black with #DC5E81

Text Example


Text Example

White with #DC5E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E81; }

 p { color: rgb(220,94,129); }

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

background-color css

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

 a { background-color: rgb(220,94,129); }

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

border-color css

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

 span { border-color: rgb(220,94,129); }

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