#DC5E81

Color #DC5E81 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DC5E81

Tints of Dark Pink #DC5E81

Color information

#DC5E81 (or 0xDC5E81) is unknown color: approx 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

RGB22094129-
CMYK00.570.410.14
HSL343.33º64.29%61.57%-
HSV(B)343.33º57.27%86.27%-
XYZ37.4824.8123.58-
YUV135.66124.24188.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209412900.570.410.14343.3364.2961.57
HexDC5E8103929E157403e
Octal334136201071511652710076
Binary11011100101111010000001011100110100111101010101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>