Shades of Pale Violet Red #DC6091
Tints of Pale Violet Red #DC6091
RGB
CMYK
RGB Variations
Color information
#DC6091 (or 0xDC6091) is known color: Pale Violet Red. HEX triplet: DC, 60 and 91. RGB value is (220,96,145). Sum of RGB (Red+Green+Blue) = 220+96+145=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6091 is #239F6E. Grayscale: #8A8A8A. Windows color (decimal): -2334575 or 9527516. OLE color: 9527516.
HSL color Cylindrical-coordinate representation of color #DC6091: hue angle of 336.29º 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 #DC6091 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 145 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.14 |
| HSL | 336.29º | 0.64% | 0.62% | - |
| HSV(B) | 336.29º | 0.56% | 0.86% | - |
| XYZ | 38.81 | 25.63 | 29.69 | - |
| YUV | 138.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 145 | 0 | 0.56 | 0.34 | 0.14 | 336.29 | 0.64 | 0.62 |
| Hex | DC | 60 | 91 | 0 | 38 | 22 | E | 150 | 40 | 3E |
| Octal | 334 | 140 | 221 | 0 | 70 | 42 | 16 | 520 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10010001 | 0 | 111000 | 100010 | 1110 | 101010000 | 1000000 | 111110 |
Color Harmonies of #DC6091
Complementary color
Monochromatic Colors of #DC6091
Black with #DC6091
Text Example
Text Example
White with #DC6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6091; }
p { color: rgb(220,96,145); }
H1.HeaderClassName
{
color: #DC6091;
}
.AnyTagClassName
{
color: #DC6091;
}
</style>
background-color css
<style>
a { background-color: #DC6091; }
a { background-color: rgb(220,96,145); }
div.DivClassName
{
background-color: #DC6091;
}
.BgClassName
{
background-color: #DC6091;
}
</style>
border-color css
<style>
span { border-color: #DC6091; }
span { border-color: rgb(220,96,145); }
td.TdClassName
{
border-color: #DC6091;
}
.TagClassName
{
border-color: #DC6091;
}
</style>