Shades of Pale Violet Red #DC608C
Tints of Pale Violet Red #DC608C
RGB
CMYK
RGB Variations
Color information
#DC608C (or 0xDC608C) is known color: Pale Violet Red. HEX triplet: DC, 60 and 8C. RGB value is (220,96,140). Sum of RGB (Red+Green+Blue) = 220+96+140=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC608C is #239F73. Grayscale: #8A8A8A. Windows color (decimal): -2334580 or 9199836. OLE color: 9199836.
HSL color Cylindrical-coordinate representation of color #DC608C: hue angle of 338.71º 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 #DC608C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 140 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.14 |
| HSL | 338.71º | 0.64% | 0.62% | - |
| HSV(B) | 338.71º | 0.56% | 0.86% | - |
| XYZ | 38.43 | 25.47 | 27.7 | - |
| YUV | 138.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 140 | 0 | 0.56 | 0.36 | 0.14 | 338.71 | 0.64 | 0.62 |
| Hex | DC | 60 | 8C | 0 | 38 | 24 | E | 153 | 40 | 3E |
| Octal | 334 | 140 | 214 | 0 | 70 | 44 | 16 | 523 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10001100 | 0 | 111000 | 100100 | 1110 | 101010011 | 1000000 | 111110 |
Color Harmonies of #DC608C
Complementary color
Monochromatic Colors of #DC608C
Black with #DC608C
Text Example
Text Example
White with #DC608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC608C; }
p { color: rgb(220,96,140); }
H1.HeaderClassName
{
color: #DC608C;
}
.AnyTagClassName
{
color: #DC608C;
}
</style>
background-color css
<style>
a { background-color: #DC608C; }
a { background-color: rgb(220,96,140); }
div.DivClassName
{
background-color: #DC608C;
}
.BgClassName
{
background-color: #DC608C;
}
</style>
border-color css
<style>
span { border-color: #DC608C; }
span { border-color: rgb(220,96,140); }
td.TdClassName
{
border-color: #DC608C;
}
.TagClassName
{
border-color: #DC608C;
}
</style>