Shades of Pale Violet Red #DD6493
Tints of Pale Violet Red #DD6493
RGB
CMYK
RGB Variations
Color information
#DD6493 (or 0xDD6493) is known color: Pale Violet Red. HEX triplet: DD, 64 and 93. RGB value is (221,100,147). Sum of RGB (Red+Green+Blue) = 221+100+147=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6493 is #229B6C. Grayscale: #8D8D8D. Windows color (decimal): -2268013 or 9659613. OLE color: 9659613.
HSL color Cylindrical-coordinate representation of color #DD6493: hue angle of 336.69º 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 #DD6493 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 147 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.13 |
| HSL | 336.69º | 0.64% | 0.63% | - |
| HSV(B) | 336.69º | 0.55% | 0.87% | - |
| XYZ | 39.64 | 26.59 | 30.65 | - |
| YUV | 141.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 147 | 0 | 0.55 | 0.33 | 0.13 | 336.69 | 0.64 | 0.63 |
| Hex | DD | 64 | 93 | 0 | 37 | 21 | D | 151 | 40 | 3F |
| Octal | 335 | 144 | 223 | 0 | 67 | 41 | 15 | 521 | 100 | 77 |
| Binary | 11011101 | 1100100 | 10010011 | 0 | 110111 | 100001 | 1101 | 101010001 | 1000000 | 111111 |
Color Harmonies of #DD6493
Complementary color
Monochromatic Colors of #DD6493
Black with #DD6493
Text Example
Text Example
White with #DD6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6493; }
p { color: rgb(221,100,147); }
H1.HeaderClassName
{
color: #DD6493;
}
.AnyTagClassName
{
color: #DD6493;
}
</style>
background-color css
<style>
a { background-color: #DD6493; }
a { background-color: rgb(221,100,147); }
div.DivClassName
{
background-color: #DD6493;
}
.BgClassName
{
background-color: #DD6493;
}
</style>
border-color css
<style>
span { border-color: #DD6493; }
span { border-color: rgb(221,100,147); }
td.TdClassName
{
border-color: #DD6493;
}
.TagClassName
{
border-color: #DD6493;
}
</style>