Shades of Pale Violet Red #DD6990
Tints of Pale Violet Red #DD6990
RGB
CMYK
RGB Variations
Color information
#DD6990 (or 0xDD6990) is known color: Pale Violet Red. HEX triplet: DD, 69 and 90. RGB value is (221,105,144). Sum of RGB (Red+Green+Blue) = 221+105+144=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6990 is #22966F. Grayscale: #909090. Windows color (decimal): -2266736 or 9464285. OLE color: 9464285.
HSL color Cylindrical-coordinate representation of color #DD6990: hue angle of 339.83º 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 #DD6990 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 144 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.13 |
| HSL | 339.83º | 0.63% | 0.64% | - |
| HSV(B) | 339.83º | 0.52% | 0.87% | - |
| XYZ | 39.9 | 27.49 | 29.59 | - |
| YUV | 144.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 144 | 0 | 0.52 | 0.35 | 0.13 | 339.83 | 0.63 | 0.64 |
| Hex | DD | 69 | 90 | 0 | 34 | 23 | D | 154 | 3F | 40 |
| Octal | 335 | 151 | 220 | 0 | 64 | 43 | 15 | 524 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10010000 | 0 | 110100 | 100011 | 1101 | 101010100 | 111111 | 1000000 |
Color Harmonies of #DD6990
Complementary color
Monochromatic Colors of #DD6990
Black with #DD6990
Text Example
Text Example
White with #DD6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6990; }
p { color: rgb(221,105,144); }
H1.HeaderClassName
{
color: #DD6990;
}
.AnyTagClassName
{
color: #DD6990;
}
</style>
background-color css
<style>
a { background-color: #DD6990; }
a { background-color: rgb(221,105,144); }
div.DivClassName
{
background-color: #DD6990;
}
.BgClassName
{
background-color: #DD6990;
}
</style>
border-color css
<style>
span { border-color: #DD6990; }
span { border-color: rgb(221,105,144); }
td.TdClassName
{
border-color: #DD6990;
}
.TagClassName
{
border-color: #DD6990;
}
</style>