Shades of Pale Violet Red #DD6395
Tints of Pale Violet Red #DD6395
RGB
CMYK
RGB Variations
Color information
#DD6395 (or 0xDD6395) is known color: Pale Violet Red. HEX triplet: DD, 63 and 95. RGB value is (221,99,149). Sum of RGB (Red+Green+Blue) = 221+99+149=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6395 is #229C6A. Grayscale: #8D8D8D. Windows color (decimal): -2268267 or 9790429. OLE color: 9790429.
HSL color Cylindrical-coordinate representation of color #DD6395: hue angle of 335.41º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6395 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 149 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.13 |
| HSL | 335.41º | 0.64% | 0.63% | - |
| HSV(B) | 335.41º | 0.55% | 0.87% | - |
| XYZ | 39.71 | 26.47 | 31.45 | - |
| YUV | 141.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 149 | 0 | 0.55 | 0.33 | 0.13 | 335.41 | 0.64 | 0.63 |
| Hex | DD | 63 | 95 | 0 | 37 | 21 | D | 14F | 40 | 3F |
| Octal | 335 | 143 | 225 | 0 | 67 | 41 | 15 | 517 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10010101 | 0 | 110111 | 100001 | 1101 | 101001111 | 1000000 | 111111 |
Color Harmonies of #DD6395
Complementary color
Monochromatic Colors of #DD6395
Black with #DD6395
Text Example
Text Example
White with #DD6395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6395; }
p { color: rgb(221,99,149); }
H1.HeaderClassName
{
color: #DD6395;
}
.AnyTagClassName
{
color: #DD6395;
}
</style>
background-color css
<style>
a { background-color: #DD6395; }
a { background-color: rgb(221,99,149); }
div.DivClassName
{
background-color: #DD6395;
}
.BgClassName
{
background-color: #DD6395;
}
</style>
border-color css
<style>
span { border-color: #DD6395; }
span { border-color: rgb(221,99,149); }
td.TdClassName
{
border-color: #DD6395;
}
.TagClassName
{
border-color: #DD6395;
}
</style>