Shades of Pale Violet Red #DC6292
Tints of Pale Violet Red #DC6292
RGB
CMYK
RGB Variations
Color information
#DC6292 (or 0xDC6292) is known color: Pale Violet Red. HEX triplet: DC, 62 and 92. RGB value is (220,98,146). Sum of RGB (Red+Green+Blue) = 220+98+146=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6292 is #239D6D. Grayscale: #8B8B8B. Windows color (decimal): -2334062 or 9593564. OLE color: 9593564.
HSL color Cylindrical-coordinate representation of color #DC6292: hue angle of 336.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6292 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 146 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.14 |
| HSL | 336.39º | 0.64% | 0.62% | - |
| HSV(B) | 336.39º | 0.55% | 0.86% | - |
| XYZ | 39.07 | 26.03 | 30.16 | - |
| YUV | 139.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 146 | 0 | 0.55 | 0.34 | 0.14 | 336.39 | 0.64 | 0.62 |
| Hex | DC | 62 | 92 | 0 | 37 | 22 | E | 150 | 40 | 3E |
| Octal | 334 | 142 | 222 | 0 | 67 | 42 | 16 | 520 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10010010 | 0 | 110111 | 100010 | 1110 | 101010000 | 1000000 | 111110 |
Color Harmonies of #DC6292
Complementary color
Monochromatic Colors of #DC6292
Black with #DC6292
Text Example
Text Example
White with #DC6292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6292; }
p { color: rgb(220,98,146); }
H1.HeaderClassName
{
color: #DC6292;
}
.AnyTagClassName
{
color: #DC6292;
}
</style>
background-color css
<style>
a { background-color: #DC6292; }
a { background-color: rgb(220,98,146); }
div.DivClassName
{
background-color: #DC6292;
}
.BgClassName
{
background-color: #DC6292;
}
</style>
border-color css
<style>
span { border-color: #DC6292; }
span { border-color: rgb(220,98,146); }
td.TdClassName
{
border-color: #DC6292;
}
.TagClassName
{
border-color: #DC6292;
}
</style>