Shades of Pale Violet Red #DC6096
Tints of Pale Violet Red #DC6096
RGB
CMYK
RGB Variations
Color information
#DC6096 (or 0xDC6096) is known color: Pale Violet Red. HEX triplet: DC, 60 and 96. RGB value is (220,96,150). Sum of RGB (Red+Green+Blue) = 220+96+150=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6096 is #239F69. Grayscale: #8B8B8B. Windows color (decimal): -2334570 or 9855196. OLE color: 9855196.
HSL color Cylindrical-coordinate representation of color #DC6096: hue angle of 333.87º 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 #DC6096 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 150 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.14 |
| HSL | 333.87º | 0.64% | 0.62% | - |
| HSV(B) | 333.87º | 0.56% | 0.86% | - |
| XYZ | 39.2 | 25.78 | 31.76 | - |
| YUV | 139.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 150 | 0 | 0.56 | 0.32 | 0.14 | 333.87 | 0.64 | 0.62 |
| Hex | DC | 60 | 96 | 0 | 38 | 20 | E | 14E | 40 | 3E |
| Octal | 334 | 140 | 226 | 0 | 70 | 40 | 16 | 516 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10010110 | 0 | 111000 | 100000 | 1110 | 101001110 | 1000000 | 111110 |
Color Harmonies of #DC6096
Complementary color
Monochromatic Colors of #DC6096
Black with #DC6096
Text Example
Text Example
White with #DC6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6096; }
p { color: rgb(220,96,150); }
H1.HeaderClassName
{
color: #DC6096;
}
.AnyTagClassName
{
color: #DC6096;
}
</style>
background-color css
<style>
a { background-color: #DC6096; }
a { background-color: rgb(220,96,150); }
div.DivClassName
{
background-color: #DC6096;
}
.BgClassName
{
background-color: #DC6096;
}
</style>
border-color css
<style>
span { border-color: #DC6096; }
span { border-color: rgb(220,96,150); }
td.TdClassName
{
border-color: #DC6096;
}
.TagClassName
{
border-color: #DC6096;
}
</style>