Shades of Pale Violet Red #DC608A
Tints of Pale Violet Red #DC608A
RGB
CMYK
RGB Variations
Color information
#DC608A (or 0xDC608A) is known color: Pale Violet Red. HEX triplet: DC, 60 and 8A. RGB value is (220,96,138). Sum of RGB (Red+Green+Blue) = 220+96+138=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC608A is #239F75. Grayscale: #898989. Windows color (decimal): -2334582 or 9068764. OLE color: 9068764.
HSL color Cylindrical-coordinate representation of color #DC608A: hue angle of 339.68º 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 #DC608A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 138 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.14 |
| HSL | 339.68º | 0.64% | 0.62% | - |
| HSV(B) | 339.68º | 0.56% | 0.86% | - |
| XYZ | 38.29 | 25.42 | 26.93 | - |
| YUV | 137.86 | 128.08 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 138 | 0 | 0.56 | 0.37 | 0.14 | 339.68 | 0.64 | 0.62 |
| Hex | DC | 60 | 8A | 0 | 38 | 25 | E | 154 | 40 | 3E |
| Octal | 334 | 140 | 212 | 0 | 70 | 45 | 16 | 524 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10001010 | 0 | 111000 | 100101 | 1110 | 101010100 | 1000000 | 111110 |
Color Harmonies of #DC608A
Complementary color
Monochromatic Colors of #DC608A
Black with #DC608A
Text Example
Text Example
White with #DC608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC608A; }
p { color: rgb(220,96,138); }
H1.HeaderClassName
{
color: #DC608A;
}
.AnyTagClassName
{
color: #DC608A;
}
</style>
background-color css
<style>
a { background-color: #DC608A; }
a { background-color: rgb(220,96,138); }
div.DivClassName
{
background-color: #DC608A;
}
.BgClassName
{
background-color: #DC608A;
}
</style>
border-color css
<style>
span { border-color: #DC608A; }
span { border-color: rgb(220,96,138); }
td.TdClassName
{
border-color: #DC608A;
}
.TagClassName
{
border-color: #DC608A;
}
</style>