Shades of Pale Violet Red #DC5B92
Tints of Pale Violet Red #DC5B92
RGB
CMYK
RGB Variations
Color information
#DC5B92 (or 0xDC5B92) is known color: Pale Violet Red. HEX triplet: DC, 5B and 92. RGB value is (220,91,146). Sum of RGB (Red+Green+Blue) = 220+91+146=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B92 is #23A46D. Grayscale: #878787. Windows color (decimal): -2335854 or 9591772. OLE color: 9591772.
HSL color Cylindrical-coordinate representation of color #DC5B92: hue angle of 334.42º 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 #DC5B92 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 146 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.14 |
| HSL | 334.42º | 0.65% | 0.61% | - |
| HSV(B) | 334.42º | 0.59% | 0.86% | - |
| XYZ | 38.44 | 24.77 | 29.95 | - |
| YUV | 135.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 146 | 0 | 0.59 | 0.34 | 0.14 | 334.42 | 0.65 | 0.61 |
| Hex | DC | 5B | 92 | 0 | 3B | 22 | E | 14E | 41 | 3D |
| Octal | 334 | 133 | 222 | 0 | 73 | 42 | 16 | 516 | 101 | 75 |
| Binary | 11011100 | 1011011 | 10010010 | 0 | 111011 | 100010 | 1110 | 101001110 | 1000001 | 111101 |
Color Harmonies of #DC5B92
Complementary color
Monochromatic Colors of #DC5B92
Black with #DC5B92
Text Example
Text Example
White with #DC5B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B92; }
p { color: rgb(220,91,146); }
H1.HeaderClassName
{
color: #DC5B92;
}
.AnyTagClassName
{
color: #DC5B92;
}
</style>
background-color css
<style>
a { background-color: #DC5B92; }
a { background-color: rgb(220,91,146); }
div.DivClassName
{
background-color: #DC5B92;
}
.BgClassName
{
background-color: #DC5B92;
}
</style>
border-color css
<style>
span { border-color: #DC5B92; }
span { border-color: rgb(220,91,146); }
td.TdClassName
{
border-color: #DC5B92;
}
.TagClassName
{
border-color: #DC5B92;
}
</style>