Shades of Pale Violet Red #DC6194
Tints of Pale Violet Red #DC6194
RGB
CMYK
RGB Variations
Color information
#DC6194 (or 0xDC6194) is known color: Pale Violet Red. HEX triplet: DC, 61 and 94. RGB value is (220,97,148). Sum of RGB (Red+Green+Blue) = 220+97+148=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6194 is #239E6B. Grayscale: #8B8B8B. Windows color (decimal): -2334316 or 9724380. OLE color: 9724380.
HSL color Cylindrical-coordinate representation of color #DC6194: hue angle of 335.12º 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 #DC6194 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 148 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.14 |
| HSL | 335.12º | 0.64% | 0.62% | - |
| HSV(B) | 335.12º | 0.56% | 0.86% | - |
| XYZ | 39.14 | 25.9 | 30.95 | - |
| YUV | 139.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 148 | 0 | 0.56 | 0.33 | 0.14 | 335.12 | 0.64 | 0.62 |
| Hex | DC | 61 | 94 | 0 | 38 | 21 | E | 14F | 40 | 3E |
| Octal | 334 | 141 | 224 | 0 | 70 | 41 | 16 | 517 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10010100 | 0 | 111000 | 100001 | 1110 | 101001111 | 1000000 | 111110 |
Color Harmonies of #DC6194
Complementary color
Monochromatic Colors of #DC6194
Black with #DC6194
Text Example
Text Example
White with #DC6194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6194; }
p { color: rgb(220,97,148); }
H1.HeaderClassName
{
color: #DC6194;
}
.AnyTagClassName
{
color: #DC6194;
}
</style>
background-color css
<style>
a { background-color: #DC6194; }
a { background-color: rgb(220,97,148); }
div.DivClassName
{
background-color: #DC6194;
}
.BgClassName
{
background-color: #DC6194;
}
</style>
border-color css
<style>
span { border-color: #DC6194; }
span { border-color: rgb(220,97,148); }
td.TdClassName
{
border-color: #DC6194;
}
.TagClassName
{
border-color: #DC6194;
}
</style>