Shades of Pale Violet Red #DC609C
Tints of Pale Violet Red #DC609C
RGB
CMYK
RGB Variations
Color information
#DC609C (or 0xDC609C) is known color: Pale Violet Red. HEX triplet: DC, 60 and 9C. RGB value is (220,96,156). Sum of RGB (Red+Green+Blue) = 220+96+156=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC609C is #239F63. Grayscale: #8B8B8B. Windows color (decimal): -2334564 or 10248412. OLE color: 10248412.
HSL color Cylindrical-coordinate representation of color #DC609C: hue angle of 330.97º 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 #DC609C is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 156 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.14 |
| HSL | 330.97º | 0.64% | 0.62% | - |
| HSV(B) | 330.97º | 0.56% | 0.86% | - |
| XYZ | 39.7 | 25.98 | 34.38 | - |
| YUV | 139.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 156 | 0 | 0.56 | 0.29 | 0.14 | 330.97 | 0.64 | 0.62 |
| Hex | DC | 60 | 9C | 0 | 38 | 1D | E | 14B | 40 | 3E |
| Octal | 334 | 140 | 234 | 0 | 70 | 35 | 16 | 513 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10011100 | 0 | 111000 | 11101 | 1110 | 101001011 | 1000000 | 111110 |
Color Harmonies of #DC609C
Complementary color
Monochromatic Colors of #DC609C
Black with #DC609C
Text Example
Text Example
White with #DC609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC609C; }
p { color: rgb(220,96,156); }
H1.HeaderClassName
{
color: #DC609C;
}
.AnyTagClassName
{
color: #DC609C;
}
</style>
background-color css
<style>
a { background-color: #DC609C; }
a { background-color: rgb(220,96,156); }
div.DivClassName
{
background-color: #DC609C;
}
.BgClassName
{
background-color: #DC609C;
}
</style>
border-color css
<style>
span { border-color: #DC609C; }
span { border-color: rgb(220,96,156); }
td.TdClassName
{
border-color: #DC609C;
}
.TagClassName
{
border-color: #DC609C;
}
</style>