Shades of Dark Pink #DC5D81
Tints of Dark Pink #DC5D81
RGB
CMYK
RGB Variations
Color information
#DC5D81 (or 0xDC5D81) is known color: Dark Pink. HEX triplet: DC, 5D and 81. RGB value is (220,93,129). Sum of RGB (Red+Green+Blue) = 220+93+129=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D81 is #23A27E. Grayscale: #878787. Windows color (decimal): -2335359 or 8478172. OLE color: 8478172.
HSL color Cylindrical-coordinate representation of color #DC5D81: hue angle of 342.99º 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 #DC5D81 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 129 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.14 |
| HSL | 342.99º | 0.64% | 0.61% | - |
| HSV(B) | 342.99º | 0.58% | 0.86% | - |
| XYZ | 37.39 | 24.63 | 23.55 | - |
| YUV | 135.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 129 | 0 | 0.58 | 0.41 | 0.14 | 342.99 | 0.64 | 0.61 |
| Hex | DC | 5D | 81 | 0 | 3A | 29 | E | 157 | 40 | 3D |
| Octal | 334 | 135 | 201 | 0 | 72 | 51 | 16 | 527 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10000001 | 0 | 111010 | 101001 | 1110 | 101010111 | 1000000 | 111101 |
Color Harmonies of #DC5D81
Complementary color
Monochromatic Colors of #DC5D81
Black with #DC5D81
Text Example
Text Example
White with #DC5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D81; }
p { color: rgb(220,93,129); }
H1.HeaderClassName
{
color: #DC5D81;
}
.AnyTagClassName
{
color: #DC5D81;
}
</style>
background-color css
<style>
a { background-color: #DC5D81; }
a { background-color: rgb(220,93,129); }
div.DivClassName
{
background-color: #DC5D81;
}
.BgClassName
{
background-color: #DC5D81;
}
</style>
border-color css
<style>
span { border-color: #DC5D81; }
span { border-color: rgb(220,93,129); }
td.TdClassName
{
border-color: #DC5D81;
}
.TagClassName
{
border-color: #DC5D81;
}
</style>