Shades of Pale Violet Red #DD6693
Tints of Pale Violet Red #DD6693
RGB
CMYK
RGB Variations
Color information
#DD6693 (or 0xDD6693) is known color: Pale Violet Red. HEX triplet: DD, 66 and 93. RGB value is (221,102,147). Sum of RGB (Red+Green+Blue) = 221+102+147=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6693 is #22996C. Grayscale: #8E8E8E. Windows color (decimal): -2267501 or 9660125. OLE color: 9660125.
HSL color Cylindrical-coordinate representation of color #DD6693: hue angle of 337.31º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6693 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 147 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.13 |
| HSL | 337.31º | 0.64% | 0.63% | - |
| HSV(B) | 337.31º | 0.54% | 0.87% | - |
| XYZ | 39.84 | 26.98 | 30.71 | - |
| YUV | 142.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 147 | 0 | 0.54 | 0.33 | 0.13 | 337.31 | 0.64 | 0.63 |
| Hex | DD | 66 | 93 | 0 | 36 | 21 | D | 151 | 40 | 3F |
| Octal | 335 | 146 | 223 | 0 | 66 | 41 | 15 | 521 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10010011 | 0 | 110110 | 100001 | 1101 | 101010001 | 1000000 | 111111 |
Color Harmonies of #DD6693
Complementary color
Monochromatic Colors of #DD6693
Black with #DD6693
Text Example
Text Example
White with #DD6693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6693; }
p { color: rgb(221,102,147); }
H1.HeaderClassName
{
color: #DD6693;
}
.AnyTagClassName
{
color: #DD6693;
}
</style>
background-color css
<style>
a { background-color: #DD6693; }
a { background-color: rgb(221,102,147); }
div.DivClassName
{
background-color: #DD6693;
}
.BgClassName
{
background-color: #DD6693;
}
</style>
border-color css
<style>
span { border-color: #DD6693; }
span { border-color: rgb(221,102,147); }
td.TdClassName
{
border-color: #DD6693;
}
.TagClassName
{
border-color: #DD6693;
}
</style>