Shades of Pale Violet Red #DD6396
Tints of Pale Violet Red #DD6396
RGB
CMYK
RGB Variations
Color information
#DD6396 (or 0xDD6396) is known color: Pale Violet Red. HEX triplet: DD, 63 and 96. RGB value is (221,99,150). Sum of RGB (Red+Green+Blue) = 221+99+150=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6396 is #229C69. Grayscale: #8D8D8D. Windows color (decimal): -2268266 or 9855965. OLE color: 9855965.
HSL color Cylindrical-coordinate representation of color #DD6396: hue angle of 334.92º 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 #DD6396 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 150 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.13 |
| HSL | 334.92º | 0.64% | 0.63% | - |
| HSV(B) | 334.92º | 0.55% | 0.87% | - |
| XYZ | 39.79 | 26.5 | 31.87 | - |
| YUV | 141.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 150 | 0 | 0.55 | 0.32 | 0.13 | 334.92 | 0.64 | 0.63 |
| Hex | DD | 63 | 96 | 0 | 37 | 20 | D | 14F | 40 | 3F |
| Octal | 335 | 143 | 226 | 0 | 67 | 40 | 15 | 517 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10010110 | 0 | 110111 | 100000 | 1101 | 101001111 | 1000000 | 111111 |
Color Harmonies of #DD6396
Complementary color
Monochromatic Colors of #DD6396
Black with #DD6396
Text Example
Text Example
White with #DD6396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6396; }
p { color: rgb(221,99,150); }
H1.HeaderClassName
{
color: #DD6396;
}
.AnyTagClassName
{
color: #DD6396;
}
</style>
background-color css
<style>
a { background-color: #DD6396; }
a { background-color: rgb(221,99,150); }
div.DivClassName
{
background-color: #DD6396;
}
.BgClassName
{
background-color: #DD6396;
}
</style>
border-color css
<style>
span { border-color: #DD6396; }
span { border-color: rgb(221,99,150); }
td.TdClassName
{
border-color: #DD6396;
}
.TagClassName
{
border-color: #DD6396;
}
</style>