Shades of Pale Violet Red #DC6693
Tints of Pale Violet Red #DC6693
RGB
CMYK
RGB Variations
Color information
#DC6693 (or 0xDC6693) is known color: Pale Violet Red. HEX triplet: DC, 66 and 93. RGB value is (220,102,147). Sum of RGB (Red+Green+Blue) = 220+102+147=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6693 is #23996C. Grayscale: #8E8E8E. Windows color (decimal): -2333037 or 9660124. OLE color: 9660124.
HSL color Cylindrical-coordinate representation of color #DC6693: hue angle of 337.12º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6693 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 147 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.14 |
| HSL | 337.12º | 0.63% | 0.63% | - |
| HSV(B) | 337.12º | 0.54% | 0.86% | - |
| XYZ | 39.53 | 26.82 | 30.7 | - |
| YUV | 142.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 147 | 0 | 0.54 | 0.33 | 0.14 | 337.12 | 0.63 | 0.63 |
| Hex | DC | 66 | 93 | 0 | 36 | 21 | E | 151 | 3F | 3F |
| Octal | 334 | 146 | 223 | 0 | 66 | 41 | 16 | 521 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10010011 | 0 | 110110 | 100001 | 1110 | 101010001 | 111111 | 111111 |
Color Harmonies of #DC6693
Complementary color
Monochromatic Colors of #DC6693
Black with #DC6693
Text Example
Text Example
White with #DC6693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6693; }
p { color: rgb(220,102,147); }
H1.HeaderClassName
{
color: #DC6693;
}
.AnyTagClassName
{
color: #DC6693;
}
</style>
background-color css
<style>
a { background-color: #DC6693; }
a { background-color: rgb(220,102,147); }
div.DivClassName
{
background-color: #DC6693;
}
.BgClassName
{
background-color: #DC6693;
}
</style>
border-color css
<style>
span { border-color: #DC6693; }
span { border-color: rgb(220,102,147); }
td.TdClassName
{
border-color: #DC6693;
}
.TagClassName
{
border-color: #DC6693;
}
</style>