Shades of Pale Violet Red #DD6795
Tints of Pale Violet Red #DD6795
RGB
CMYK
RGB Variations
Color information
#DD6795 (or 0xDD6795) is known color: Pale Violet Red. HEX triplet: DD, 67 and 95. RGB value is (221,103,149). Sum of RGB (Red+Green+Blue) = 221+103+149=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6795 is #22986A. Grayscale: #8F8F8F. Windows color (decimal): -2267243 or 9791453. OLE color: 9791453.
HSL color Cylindrical-coordinate representation of color #DD6795: hue angle of 336.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6795 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 149 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.13 |
| HSL | 336.61º | 0.63% | 0.64% | - |
| HSV(B) | 336.61º | 0.53% | 0.87% | - |
| XYZ | 40.09 | 27.24 | 31.58 | - |
| YUV | 143.53 | 131.09 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 149 | 0 | 0.53 | 0.33 | 0.13 | 336.61 | 0.63 | 0.64 |
| Hex | DD | 67 | 95 | 0 | 35 | 21 | D | 151 | 3F | 40 |
| Octal | 335 | 147 | 225 | 0 | 65 | 41 | 15 | 521 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10010101 | 0 | 110101 | 100001 | 1101 | 101010001 | 111111 | 1000000 |
Color Harmonies of #DD6795
Complementary color
Monochromatic Colors of #DD6795
Black with #DD6795
Text Example
Text Example
White with #DD6795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6795; }
p { color: rgb(221,103,149); }
H1.HeaderClassName
{
color: #DD6795;
}
.AnyTagClassName
{
color: #DD6795;
}
</style>
background-color css
<style>
a { background-color: #DD6795; }
a { background-color: rgb(221,103,149); }
div.DivClassName
{
background-color: #DD6795;
}
.BgClassName
{
background-color: #DD6795;
}
</style>
border-color css
<style>
span { border-color: #DD6795; }
span { border-color: rgb(221,103,149); }
td.TdClassName
{
border-color: #DD6795;
}
.TagClassName
{
border-color: #DD6795;
}
</style>