Shades of Pale Violet Red #DD6995
Tints of Pale Violet Red #DD6995
RGB
CMYK
RGB Variations
Color information
#DD6995 (or 0xDD6995) is known color: Pale Violet Red. HEX triplet: DD, 69 and 95. RGB value is (221,105,149). Sum of RGB (Red+Green+Blue) = 221+105+149=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6995 is #22966A. Grayscale: #909090. Windows color (decimal): -2266731 or 9791965. OLE color: 9791965.
HSL color Cylindrical-coordinate representation of color #DD6995: hue angle of 337.24º 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 #DD6995 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 149 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.13 |
| HSL | 337.24º | 0.63% | 0.64% | - |
| HSV(B) | 337.24º | 0.52% | 0.87% | - |
| XYZ | 40.3 | 27.65 | 31.65 | - |
| YUV | 144.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 149 | 0 | 0.52 | 0.33 | 0.13 | 337.24 | 0.63 | 0.64 |
| Hex | DD | 69 | 95 | 0 | 34 | 21 | D | 151 | 3F | 40 |
| Octal | 335 | 151 | 225 | 0 | 64 | 41 | 15 | 521 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10010101 | 0 | 110100 | 100001 | 1101 | 101010001 | 111111 | 1000000 |
Color Harmonies of #DD6995
Complementary color
Monochromatic Colors of #DD6995
Black with #DD6995
Text Example
Text Example
White with #DD6995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6995; }
p { color: rgb(221,105,149); }
H1.HeaderClassName
{
color: #DD6995;
}
.AnyTagClassName
{
color: #DD6995;
}
</style>
background-color css
<style>
a { background-color: #DD6995; }
a { background-color: rgb(221,105,149); }
div.DivClassName
{
background-color: #DD6995;
}
.BgClassName
{
background-color: #DD6995;
}
</style>
border-color css
<style>
span { border-color: #DD6995; }
span { border-color: rgb(221,105,149); }
td.TdClassName
{
border-color: #DD6995;
}
.TagClassName
{
border-color: #DD6995;
}
</style>