Shades of Pale Violet Red #DD6399
Tints of Pale Violet Red #DD6399
RGB
CMYK
RGB Variations
Color information
#DD6399 (or 0xDD6399) is known color: Pale Violet Red. HEX triplet: DD, 63 and 99. RGB value is (221,99,153). Sum of RGB (Red+Green+Blue) = 221+99+153=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6399 is #229C66. Grayscale: #8D8D8D. Windows color (decimal): -2268263 or 10052573. OLE color: 10052573.
HSL color Cylindrical-coordinate representation of color #DD6399: hue angle of 333.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6399 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 153 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.13 |
| HSL | 333.44º | 0.64% | 0.63% | - |
| HSV(B) | 333.44º | 0.55% | 0.87% | - |
| XYZ | 40.03 | 26.6 | 33.16 | - |
| YUV | 141.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 153 | 0 | 0.55 | 0.31 | 0.13 | 333.44 | 0.64 | 0.63 |
| Hex | DD | 63 | 99 | 0 | 37 | 1F | D | 14D | 40 | 3F |
| Octal | 335 | 143 | 231 | 0 | 67 | 37 | 15 | 515 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10011001 | 0 | 110111 | 11111 | 1101 | 101001101 | 1000000 | 111111 |
Color Harmonies of #DD6399
Complementary color
Monochromatic Colors of #DD6399
Black with #DD6399
Text Example
Text Example
White with #DD6399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6399; }
p { color: rgb(221,99,153); }
H1.HeaderClassName
{
color: #DD6399;
}
.AnyTagClassName
{
color: #DD6399;
}
</style>
background-color css
<style>
a { background-color: #DD6399; }
a { background-color: rgb(221,99,153); }
div.DivClassName
{
background-color: #DD6399;
}
.BgClassName
{
background-color: #DD6399;
}
</style>
border-color css
<style>
span { border-color: #DD6399; }
span { border-color: rgb(221,99,153); }
td.TdClassName
{
border-color: #DD6399;
}
.TagClassName
{
border-color: #DD6399;
}
</style>