Shades of Pale Violet Red #DD6992
Tints of Pale Violet Red #DD6992
RGB
CMYK
RGB Variations
Color information
#DD6992 (or 0xDD6992) is known color: Pale Violet Red. HEX triplet: DD, 69 and 92. RGB value is (221,105,146). Sum of RGB (Red+Green+Blue) = 221+105+146=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6992 is #22966D. Grayscale: #909090. Windows color (decimal): -2266734 or 9595357. OLE color: 9595357.
HSL color Cylindrical-coordinate representation of color #DD6992: hue angle of 338.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6992 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 146 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.13 |
| HSL | 338.79º | 0.63% | 0.64% | - |
| HSV(B) | 338.79º | 0.52% | 0.87% | - |
| XYZ | 40.06 | 27.55 | 30.4 | - |
| YUV | 144.36 | 128.93 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 146 | 0 | 0.52 | 0.34 | 0.13 | 338.79 | 0.63 | 0.64 |
| Hex | DD | 69 | 92 | 0 | 34 | 22 | D | 153 | 3F | 40 |
| Octal | 335 | 151 | 222 | 0 | 64 | 42 | 15 | 523 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10010010 | 0 | 110100 | 100010 | 1101 | 101010011 | 111111 | 1000000 |
Color Harmonies of #DD6992
Complementary color
Monochromatic Colors of #DD6992
Black with #DD6992
Text Example
Text Example
White with #DD6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6992; }
p { color: rgb(221,105,146); }
H1.HeaderClassName
{
color: #DD6992;
}
.AnyTagClassName
{
color: #DD6992;
}
</style>
background-color css
<style>
a { background-color: #DD6992; }
a { background-color: rgb(221,105,146); }
div.DivClassName
{
background-color: #DD6992;
}
.BgClassName
{
background-color: #DD6992;
}
</style>
border-color css
<style>
span { border-color: #DD6992; }
span { border-color: rgb(221,105,146); }
td.TdClassName
{
border-color: #DD6992;
}
.TagClassName
{
border-color: #DD6992;
}
</style>