Shades of Pale Violet Red #DC609A
Tints of Pale Violet Red #DC609A
RGB
CMYK
RGB Variations
Color information
#DC609A (or 0xDC609A) is known color: Pale Violet Red. HEX triplet: DC, 60 and 9A. RGB value is (220,96,154). Sum of RGB (Red+Green+Blue) = 220+96+154=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC609A is #239F65. Grayscale: #8B8B8B. Windows color (decimal): -2334566 or 10117340. OLE color: 10117340.
HSL color Cylindrical-coordinate representation of color #DC609A: hue angle of 331.94º 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 #DC609A is Cyan = 0, Magento = 0.56, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 154 | - |
| CMYK | 0 | 0.56 | 0.3 | 0.14 |
| HSL | 331.94º | 0.64% | 0.62% | - |
| HSV(B) | 331.94º | 0.56% | 0.86% | - |
| XYZ | 39.53 | 25.91 | 33.49 | - |
| YUV | 139.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 154 | 0 | 0.56 | 0.3 | 0.14 | 331.94 | 0.64 | 0.62 |
| Hex | DC | 60 | 9A | 0 | 38 | 1E | E | 14C | 40 | 3E |
| Octal | 334 | 140 | 232 | 0 | 70 | 36 | 16 | 514 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10011010 | 0 | 111000 | 11110 | 1110 | 101001100 | 1000000 | 111110 |
Color Harmonies of #DC609A
Complementary color
Monochromatic Colors of #DC609A
Black with #DC609A
Text Example
Text Example
White with #DC609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC609A; }
p { color: rgb(220,96,154); }
H1.HeaderClassName
{
color: #DC609A;
}
.AnyTagClassName
{
color: #DC609A;
}
</style>
background-color css
<style>
a { background-color: #DC609A; }
a { background-color: rgb(220,96,154); }
div.DivClassName
{
background-color: #DC609A;
}
.BgClassName
{
background-color: #DC609A;
}
</style>
border-color css
<style>
span { border-color: #DC609A; }
span { border-color: rgb(220,96,154); }
td.TdClassName
{
border-color: #DC609A;
}
.TagClassName
{
border-color: #DC609A;
}
</style>