Shades of Pale Violet Red #DD6393
Tints of Pale Violet Red #DD6393
RGB
CMYK
RGB Variations
Color information
#DD6393 (or 0xDD6393) is known color: Pale Violet Red. HEX triplet: DD, 63 and 93. RGB value is (221,99,147). Sum of RGB (Red+Green+Blue) = 221+99+147=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6393 is #229C6C. Grayscale: #8C8C8C. Windows color (decimal): -2268269 or 9659357. OLE color: 9659357.
HSL color Cylindrical-coordinate representation of color #DD6393: hue angle of 336.39º 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 #DD6393 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 147 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.13 |
| HSL | 336.39º | 0.64% | 0.63% | - |
| HSV(B) | 336.39º | 0.55% | 0.87% | - |
| XYZ | 39.55 | 26.4 | 30.62 | - |
| YUV | 140.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 147 | 0 | 0.55 | 0.33 | 0.13 | 336.39 | 0.64 | 0.63 |
| Hex | DD | 63 | 93 | 0 | 37 | 21 | D | 150 | 40 | 3F |
| Octal | 335 | 143 | 223 | 0 | 67 | 41 | 15 | 520 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10010011 | 0 | 110111 | 100001 | 1101 | 101010000 | 1000000 | 111111 |
Color Harmonies of #DD6393
Complementary color
Monochromatic Colors of #DD6393
Black with #DD6393
Text Example
Text Example
White with #DD6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6393; }
p { color: rgb(221,99,147); }
H1.HeaderClassName
{
color: #DD6393;
}
.AnyTagClassName
{
color: #DD6393;
}
</style>
background-color css
<style>
a { background-color: #DD6393; }
a { background-color: rgb(221,99,147); }
div.DivClassName
{
background-color: #DD6393;
}
.BgClassName
{
background-color: #DD6393;
}
</style>
border-color css
<style>
span { border-color: #DD6393; }
span { border-color: rgb(221,99,147); }
td.TdClassName
{
border-color: #DD6393;
}
.TagClassName
{
border-color: #DD6393;
}
</style>