Shades of Pale Violet Red #DC5D99
Tints of Pale Violet Red #DC5D99
RGB
CMYK
RGB Variations
Color information
#DC5D99 (or 0xDC5D99) is known color: Pale Violet Red. HEX triplet: DC, 5D and 99. RGB value is (220,93,153). Sum of RGB (Red+Green+Blue) = 220+93+153=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D99 is #23A266. Grayscale: #898989. Windows color (decimal): -2335335 or 10051036. OLE color: 10051036.
HSL color Cylindrical-coordinate representation of color #DC5D99: hue angle of 331.65º 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 #DC5D99 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 153 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.14 |
| HSL | 331.65º | 0.64% | 0.61% | - |
| HSV(B) | 331.65º | 0.58% | 0.86% | - |
| XYZ | 39.18 | 25.34 | 32.96 | - |
| YUV | 137.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 153 | 0 | 0.58 | 0.30 | 0.14 | 331.65 | 0.64 | 0.61 |
| Hex | DC | 5D | 99 | 0 | 3A | 1E | E | 14C | 40 | 3D |
| Octal | 334 | 135 | 231 | 0 | 72 | 36 | 16 | 514 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10011001 | 0 | 111010 | 11110 | 1110 | 101001100 | 1000000 | 111101 |
Color Harmonies of #DC5D99
Complementary color
Monochromatic Colors of #DC5D99
Black with #DC5D99
Text Example
Text Example
White with #DC5D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D99; }
p { color: rgb(220,93,153); }
H1.HeaderClassName
{
color: #DC5D99;
}
.AnyTagClassName
{
color: #DC5D99;
}
</style>
background-color css
<style>
a { background-color: #DC5D99; }
a { background-color: rgb(220,93,153); }
div.DivClassName
{
background-color: #DC5D99;
}
.BgClassName
{
background-color: #DC5D99;
}
</style>
border-color css
<style>
span { border-color: #DC5D99; }
span { border-color: rgb(220,93,153); }
td.TdClassName
{
border-color: #DC5D99;
}
.TagClassName
{
border-color: #DC5D99;
}
</style>