Shades of Pale Violet Red #DC5D92
Tints of Pale Violet Red #DC5D92
RGB
CMYK
RGB Variations
Color information
#DC5D92 (or 0xDC5D92) is known color: Pale Violet Red. HEX triplet: DC, 5D and 92. RGB value is (220,93,146). Sum of RGB (Red+Green+Blue) = 220+93+146=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D92 is #23A26D. Grayscale: #888888. Windows color (decimal): -2335342 or 9592284. OLE color: 9592284.
HSL color Cylindrical-coordinate representation of color #DC5D92: hue angle of 334.96º 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 #DC5D92 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 146 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.14 |
| HSL | 334.96º | 0.64% | 0.61% | - |
| HSV(B) | 334.96º | 0.58% | 0.86% | - |
| XYZ | 38.62 | 25.12 | 30.01 | - |
| YUV | 137.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 146 | 0 | 0.58 | 0.34 | 0.14 | 334.96 | 0.64 | 0.61 |
| Hex | DC | 5D | 92 | 0 | 3A | 22 | E | 14F | 40 | 3D |
| Octal | 334 | 135 | 222 | 0 | 72 | 42 | 16 | 517 | 100 | 75 |
| Binary | 11011100 | 1011101 | 10010010 | 0 | 111010 | 100010 | 1110 | 101001111 | 1000000 | 111101 |
Color Harmonies of #DC5D92
Complementary color
Monochromatic Colors of #DC5D92
Black with #DC5D92
Text Example
Text Example
White with #DC5D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D92; }
p { color: rgb(220,93,146); }
H1.HeaderClassName
{
color: #DC5D92;
}
.AnyTagClassName
{
color: #DC5D92;
}
</style>
background-color css
<style>
a { background-color: #DC5D92; }
a { background-color: rgb(220,93,146); }
div.DivClassName
{
background-color: #DC5D92;
}
.BgClassName
{
background-color: #DC5D92;
}
</style>
border-color css
<style>
span { border-color: #DC5D92; }
span { border-color: rgb(220,93,146); }
td.TdClassName
{
border-color: #DC5D92;
}
.TagClassName
{
border-color: #DC5D92;
}
</style>