Shades of Pale Violet Red #DC6090
Tints of Pale Violet Red #DC6090
RGB
CMYK
RGB Variations
Color information
#DC6090 (or 0xDC6090) is known color: Pale Violet Red. HEX triplet: DC, 60 and 90. RGB value is (220,96,144). Sum of RGB (Red+Green+Blue) = 220+96+144=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6090 is #239F6F. Grayscale: #8A8A8A. Windows color (decimal): -2334576 or 9461980. OLE color: 9461980.
HSL color Cylindrical-coordinate representation of color #DC6090: hue angle of 336.77º 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 #DC6090 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 144 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.14 |
| HSL | 336.77º | 0.64% | 0.62% | - |
| HSV(B) | 336.77º | 0.56% | 0.86% | - |
| XYZ | 38.73 | 25.6 | 29.28 | - |
| YUV | 138.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 144 | 0 | 0.56 | 0.35 | 0.14 | 336.77 | 0.64 | 0.62 |
| Hex | DC | 60 | 90 | 0 | 38 | 23 | E | 151 | 40 | 3E |
| Octal | 334 | 140 | 220 | 0 | 70 | 43 | 16 | 521 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10010000 | 0 | 111000 | 100011 | 1110 | 101010001 | 1000000 | 111110 |
Color Harmonies of #DC6090
Complementary color
Monochromatic Colors of #DC6090
Black with #DC6090
Text Example
Text Example
White with #DC6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6090; }
p { color: rgb(220,96,144); }
H1.HeaderClassName
{
color: #DC6090;
}
.AnyTagClassName
{
color: #DC6090;
}
</style>
background-color css
<style>
a { background-color: #DC6090; }
a { background-color: rgb(220,96,144); }
div.DivClassName
{
background-color: #DC6090;
}
.BgClassName
{
background-color: #DC6090;
}
</style>
border-color css
<style>
span { border-color: #DC6090; }
span { border-color: rgb(220,96,144); }
td.TdClassName
{
border-color: #DC6090;
}
.TagClassName
{
border-color: #DC6090;
}
</style>