Shades of Pale Violet Red #DD6091
Tints of Pale Violet Red #DD6091
RGB
CMYK
RGB Variations
Color information
#DD6091 (or 0xDD6091) is known color: Pale Violet Red. HEX triplet: DD, 60 and 91. RGB value is (221,96,145). Sum of RGB (Red+Green+Blue) = 221+96+145=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6091 is #229F6E. Grayscale: #8A8A8A. Windows color (decimal): -2269039 or 9527517. OLE color: 9527517.
HSL color Cylindrical-coordinate representation of color #DD6091: hue angle of 336.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6091 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 145 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.13 |
| HSL | 336.48º | 0.65% | 0.62% | - |
| HSV(B) | 336.48º | 0.57% | 0.87% | - |
| XYZ | 39.11 | 25.78 | 29.7 | - |
| YUV | 138.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 145 | 0 | 0.57 | 0.34 | 0.13 | 336.48 | 0.65 | 0.62 |
| Hex | DD | 60 | 91 | 0 | 39 | 22 | D | 150 | 41 | 3E |
| Octal | 335 | 140 | 221 | 0 | 71 | 42 | 15 | 520 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10010001 | 0 | 111001 | 100010 | 1101 | 101010000 | 1000001 | 111110 |
Color Harmonies of #DD6091
Complementary color
Monochromatic Colors of #DD6091
Black with #DD6091
Text Example
Text Example
White with #DD6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6091; }
p { color: rgb(221,96,145); }
H1.HeaderClassName
{
color: #DD6091;
}
.AnyTagClassName
{
color: #DD6091;
}
</style>
background-color css
<style>
a { background-color: #DD6091; }
a { background-color: rgb(221,96,145); }
div.DivClassName
{
background-color: #DD6091;
}
.BgClassName
{
background-color: #DD6091;
}
</style>
border-color css
<style>
span { border-color: #DD6091; }
span { border-color: rgb(221,96,145); }
td.TdClassName
{
border-color: #DD6091;
}
.TagClassName
{
border-color: #DD6091;
}
</style>