Shades of Pale Violet Red #DD6695
Tints of Pale Violet Red #DD6695
RGB
CMYK
RGB Variations
Color information
#DD6695 (or 0xDD6695) is known color: Pale Violet Red. HEX triplet: DD, 66 and 95. RGB value is (221,102,149). Sum of RGB (Red+Green+Blue) = 221+102+149=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6695 is #22996A. Grayscale: #8E8E8E. Windows color (decimal): -2267499 or 9791197. OLE color: 9791197.
HSL color Cylindrical-coordinate representation of color #DD6695: hue angle of 336.3º 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 #DD6695 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 149 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.13 |
| HSL | 336.3º | 0.64% | 0.63% | - |
| HSV(B) | 336.3º | 0.54% | 0.87% | - |
| XYZ | 39.99 | 27.04 | 31.55 | - |
| YUV | 142.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 149 | 0 | 0.54 | 0.33 | 0.13 | 336.3 | 0.64 | 0.63 |
| Hex | DD | 66 | 95 | 0 | 36 | 21 | D | 150 | 40 | 3F |
| Octal | 335 | 146 | 225 | 0 | 66 | 41 | 15 | 520 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10010101 | 0 | 110110 | 100001 | 1101 | 101010000 | 1000000 | 111111 |
Color Harmonies of #DD6695
Complementary color
Monochromatic Colors of #DD6695
Black with #DD6695
Text Example
Text Example
White with #DD6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6695; }
p { color: rgb(221,102,149); }
H1.HeaderClassName
{
color: #DD6695;
}
.AnyTagClassName
{
color: #DD6695;
}
</style>
background-color css
<style>
a { background-color: #DD6695; }
a { background-color: rgb(221,102,149); }
div.DivClassName
{
background-color: #DD6695;
}
.BgClassName
{
background-color: #DD6695;
}
</style>
border-color css
<style>
span { border-color: #DD6695; }
span { border-color: rgb(221,102,149); }
td.TdClassName
{
border-color: #DD6695;
}
.TagClassName
{
border-color: #DD6695;
}
</style>