Shades of Pale Violet Red #DD6394
Tints of Pale Violet Red #DD6394
RGB
CMYK
RGB Variations
Color information
#DD6394 (or 0xDD6394) is known color: Pale Violet Red. HEX triplet: DD, 63 and 94. RGB value is (221,99,148). Sum of RGB (Red+Green+Blue) = 221+99+148=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6394 is #229C6B. Grayscale: #8C8C8C. Windows color (decimal): -2268268 or 9724893. OLE color: 9724893.
HSL color Cylindrical-coordinate representation of color #DD6394: hue angle of 335.9º 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 #DD6394 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 148 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.13 |
| HSL | 335.9º | 0.64% | 0.63% | - |
| HSV(B) | 335.9º | 0.55% | 0.87% | - |
| XYZ | 39.63 | 26.43 | 31.03 | - |
| YUV | 141.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 148 | 0 | 0.55 | 0.33 | 0.13 | 335.9 | 0.64 | 0.63 |
| Hex | DD | 63 | 94 | 0 | 37 | 21 | D | 150 | 40 | 3F |
| Octal | 335 | 143 | 224 | 0 | 67 | 41 | 15 | 520 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10010100 | 0 | 110111 | 100001 | 1101 | 101010000 | 1000000 | 111111 |
Color Harmonies of #DD6394
Complementary color
Monochromatic Colors of #DD6394
Black with #DD6394
Text Example
Text Example
White with #DD6394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6394; }
p { color: rgb(221,99,148); }
H1.HeaderClassName
{
color: #DD6394;
}
.AnyTagClassName
{
color: #DD6394;
}
</style>
background-color css
<style>
a { background-color: #DD6394; }
a { background-color: rgb(221,99,148); }
div.DivClassName
{
background-color: #DD6394;
}
.BgClassName
{
background-color: #DD6394;
}
</style>
border-color css
<style>
span { border-color: #DD6394; }
span { border-color: rgb(221,99,148); }
td.TdClassName
{
border-color: #DD6394;
}
.TagClassName
{
border-color: #DD6394;
}
</style>