Shades of Pale Violet Red #DC6F96
Tints of Pale Violet Red #DC6F96
RGB
CMYK
RGB Variations
Color information
#DC6F96 (or 0xDC6F96) is known color: Pale Violet Red. HEX triplet: DC, 6F and 96. RGB value is (220,111,150). Sum of RGB (Red+Green+Blue) = 220+111+150=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F96 is #239069. Grayscale: #939393. Windows color (decimal): -2330730 or 9859036. OLE color: 9859036.
HSL color Cylindrical-coordinate representation of color #DC6F96: hue angle of 338.53º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F96 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 150 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.14 |
| HSL | 338.53º | 0.61% | 0.65% | - |
| HSV(B) | 338.53º | 0.5% | 0.86% | - |
| XYZ | 40.7 | 28.79 | 32.27 | - |
| YUV | 148.04 | 129.11 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 150 | 0 | 0.50 | 0.32 | 0.14 | 338.53 | 0.61 | 0.65 |
| Hex | DC | 6F | 96 | 0 | 32 | 20 | E | 153 | 3D | 41 |
| Octal | 334 | 157 | 226 | 0 | 62 | 40 | 16 | 523 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10010110 | 0 | 110010 | 100000 | 1110 | 101010011 | 111101 | 1000001 |
Color Harmonies of #DC6F96
Complementary color
Monochromatic Colors of #DC6F96
Black with #DC6F96
Text Example
Text Example
White with #DC6F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F96; }
p { color: rgb(220,111,150); }
H1.HeaderClassName
{
color: #DC6F96;
}
.AnyTagClassName
{
color: #DC6F96;
}
</style>
background-color css
<style>
a { background-color: #DC6F96; }
a { background-color: rgb(220,111,150); }
div.DivClassName
{
background-color: #DC6F96;
}
.BgClassName
{
background-color: #DC6F96;
}
</style>
border-color css
<style>
span { border-color: #DC6F96; }
span { border-color: rgb(220,111,150); }
td.TdClassName
{
border-color: #DC6F96;
}
.TagClassName
{
border-color: #DC6F96;
}
</style>