Shades of Pale Violet Red #DC6192
Tints of Pale Violet Red #DC6192
RGB
CMYK
RGB Variations
Color information
#DC6192 (or 0xDC6192) is known color: Pale Violet Red. HEX triplet: DC, 61 and 92. RGB value is (220,97,146). Sum of RGB (Red+Green+Blue) = 220+97+146=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6192 is #239E6D. Grayscale: #8B8B8B. Windows color (decimal): -2334318 or 9593308. OLE color: 9593308.
HSL color Cylindrical-coordinate representation of color #DC6192: hue angle of 336.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6192 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 146 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.14 |
| HSL | 336.1º | 0.64% | 0.62% | - |
| HSV(B) | 336.1º | 0.56% | 0.86% | - |
| XYZ | 38.98 | 25.84 | 30.13 | - |
| YUV | 139.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 146 | 0 | 0.56 | 0.34 | 0.14 | 336.1 | 0.64 | 0.62 |
| Hex | DC | 61 | 92 | 0 | 38 | 22 | E | 150 | 40 | 3E |
| Octal | 334 | 141 | 222 | 0 | 70 | 42 | 16 | 520 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10010010 | 0 | 111000 | 100010 | 1110 | 101010000 | 1000000 | 111110 |
Color Harmonies of #DC6192
Complementary color
Monochromatic Colors of #DC6192
Black with #DC6192
Text Example
Text Example
White with #DC6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6192; }
p { color: rgb(220,97,146); }
H1.HeaderClassName
{
color: #DC6192;
}
.AnyTagClassName
{
color: #DC6192;
}
</style>
background-color css
<style>
a { background-color: #DC6192; }
a { background-color: rgb(220,97,146); }
div.DivClassName
{
background-color: #DC6192;
}
.BgClassName
{
background-color: #DC6192;
}
</style>
border-color css
<style>
span { border-color: #DC6192; }
span { border-color: rgb(220,97,146); }
td.TdClassName
{
border-color: #DC6192;
}
.TagClassName
{
border-color: #DC6192;
}
</style>