Shades of Pale Violet Red #DC6198
Tints of Pale Violet Red #DC6198
RGB
CMYK
RGB Variations
Color information
#DC6198 (or 0xDC6198) is known color: Pale Violet Red. HEX triplet: DC, 61 and 98. RGB value is (220,97,152). Sum of RGB (Red+Green+Blue) = 220+97+152=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6198 is #239E67. Grayscale: #8B8B8B. Windows color (decimal): -2334312 or 9986524. OLE color: 9986524.
HSL color Cylindrical-coordinate representation of color #DC6198: hue angle of 333.17º 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 #DC6198 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 152 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.14 |
| HSL | 333.17º | 0.64% | 0.62% | - |
| HSV(B) | 333.17º | 0.56% | 0.86% | - |
| XYZ | 39.46 | 26.03 | 32.65 | - |
| YUV | 140.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 152 | 0 | 0.56 | 0.31 | 0.14 | 333.17 | 0.64 | 0.62 |
| Hex | DC | 61 | 98 | 0 | 38 | 1F | E | 14D | 40 | 3E |
| Octal | 334 | 141 | 230 | 0 | 70 | 37 | 16 | 515 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10011000 | 0 | 111000 | 11111 | 1110 | 101001101 | 1000000 | 111110 |
Color Harmonies of #DC6198
Complementary color
Monochromatic Colors of #DC6198
Black with #DC6198
Text Example
Text Example
White with #DC6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6198; }
p { color: rgb(220,97,152); }
H1.HeaderClassName
{
color: #DC6198;
}
.AnyTagClassName
{
color: #DC6198;
}
</style>
background-color css
<style>
a { background-color: #DC6198; }
a { background-color: rgb(220,97,152); }
div.DivClassName
{
background-color: #DC6198;
}
.BgClassName
{
background-color: #DC6198;
}
</style>
border-color css
<style>
span { border-color: #DC6198; }
span { border-color: rgb(220,97,152); }
td.TdClassName
{
border-color: #DC6198;
}
.TagClassName
{
border-color: #DC6198;
}
</style>