Shades of Pale Violet Red #DD6391
Tints of Pale Violet Red #DD6391
RGB
CMYK
RGB Variations
Color information
#DD6391 (or 0xDD6391) is known color: Pale Violet Red. HEX triplet: DD, 63 and 91. RGB value is (221,99,145). Sum of RGB (Red+Green+Blue) = 221+99+145=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6391 is #229C6E. Grayscale: #8C8C8C. Windows color (decimal): -2268271 or 9528285. OLE color: 9528285.
HSL color Cylindrical-coordinate representation of color #DD6391: hue angle of 337.38º 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 #DD6391 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 145 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.13 |
| HSL | 337.38º | 0.64% | 0.63% | - |
| HSV(B) | 337.38º | 0.55% | 0.87% | - |
| XYZ | 39.39 | 26.34 | 29.8 | - |
| YUV | 140.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 145 | 0 | 0.55 | 0.34 | 0.13 | 337.38 | 0.64 | 0.63 |
| Hex | DD | 63 | 91 | 0 | 37 | 22 | D | 151 | 40 | 3F |
| Octal | 335 | 143 | 221 | 0 | 67 | 42 | 15 | 521 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10010001 | 0 | 110111 | 100010 | 1101 | 101010001 | 1000000 | 111111 |
Color Harmonies of #DD6391
Complementary color
Monochromatic Colors of #DD6391
Black with #DD6391
Text Example
Text Example
White with #DD6391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6391; }
p { color: rgb(221,99,145); }
H1.HeaderClassName
{
color: #DD6391;
}
.AnyTagClassName
{
color: #DD6391;
}
</style>
background-color css
<style>
a { background-color: #DD6391; }
a { background-color: rgb(221,99,145); }
div.DivClassName
{
background-color: #DD6391;
}
.BgClassName
{
background-color: #DD6391;
}
</style>
border-color css
<style>
span { border-color: #DD6391; }
span { border-color: rgb(221,99,145); }
td.TdClassName
{
border-color: #DD6391;
}
.TagClassName
{
border-color: #DD6391;
}
</style>