Shades of Pale Violet Red #DC5B93
Tints of Pale Violet Red #DC5B93
RGB
CMYK
RGB Variations
Color information
#DC5B93 (or 0xDC5B93) is known color: Pale Violet Red. HEX triplet: DC, 5B and 93. RGB value is (220,91,147). Sum of RGB (Red+Green+Blue) = 220+91+147=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B93 is #23A46C. Grayscale: #878787. Windows color (decimal): -2335853 or 9657308. OLE color: 9657308.
HSL color Cylindrical-coordinate representation of color #DC5B93: hue angle of 333.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B93 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 147 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.14 |
| HSL | 333.95º | 0.65% | 0.61% | - |
| HSV(B) | 333.95º | 0.59% | 0.86% | - |
| XYZ | 38.52 | 24.8 | 30.36 | - |
| YUV | 135.96 | 134.24 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 147 | 0 | 0.59 | 0.33 | 0.14 | 333.95 | 0.65 | 0.61 |
| Hex | DC | 5B | 93 | 0 | 3B | 21 | E | 14E | 41 | 3D |
| Octal | 334 | 133 | 223 | 0 | 73 | 41 | 16 | 516 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10010011 | 0 | 111011 | 100001 | 1110 | 101001110 | 1000001 | 111101 |
Color Harmonies of #DC5B93
Complementary color
Monochromatic Colors of #DC5B93
Black with #DC5B93
Text Example
Text Example
White with #DC5B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B93; }
p { color: rgb(220,91,147); }
H1.HeaderClassName
{
color: #DC5B93;
}
.AnyTagClassName
{
color: #DC5B93;
}
</style>
background-color css
<style>
a { background-color: #DC5B93; }
a { background-color: rgb(220,91,147); }
div.DivClassName
{
background-color: #DC5B93;
}
.BgClassName
{
background-color: #DC5B93;
}
</style>
border-color css
<style>
span { border-color: #DC5B93; }
span { border-color: rgb(220,91,147); }
td.TdClassName
{
border-color: #DC5B93;
}
.TagClassName
{
border-color: #DC5B93;
}
</style>