Shades of Pale Violet Red #DD6592
Tints of Pale Violet Red #DD6592
RGB
CMYK
RGB Variations
Color information
#DD6592 (or 0xDD6592) is known color: Pale Violet Red. HEX triplet: DD, 65 and 92. RGB value is (221,101,146). Sum of RGB (Red+Green+Blue) = 221+101+146=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6592 is #229A6D. Grayscale: #8D8D8D. Windows color (decimal): -2267758 or 9594333. OLE color: 9594333.
HSL color Cylindrical-coordinate representation of color #DD6592: hue angle of 337.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6592 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 146 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.13 |
| HSL | 337.5º | 0.64% | 0.63% | - |
| HSV(B) | 337.5º | 0.54% | 0.87% | - |
| XYZ | 39.66 | 26.75 | 30.27 | - |
| YUV | 142.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 146 | 0 | 0.54 | 0.34 | 0.13 | 337.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 92 | 0 | 36 | 22 | D | 152 | 40 | 3F |
| Octal | 335 | 145 | 222 | 0 | 66 | 42 | 15 | 522 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10010010 | 0 | 110110 | 100010 | 1101 | 101010010 | 1000000 | 111111 |
Color Harmonies of #DD6592
Complementary color
Monochromatic Colors of #DD6592
Black with #DD6592
Text Example
Text Example
White with #DD6592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6592; }
p { color: rgb(221,101,146); }
H1.HeaderClassName
{
color: #DD6592;
}
.AnyTagClassName
{
color: #DD6592;
}
</style>
background-color css
<style>
a { background-color: #DD6592; }
a { background-color: rgb(221,101,146); }
div.DivClassName
{
background-color: #DD6592;
}
.BgClassName
{
background-color: #DD6592;
}
</style>
border-color css
<style>
span { border-color: #DD6592; }
span { border-color: rgb(221,101,146); }
td.TdClassName
{
border-color: #DD6592;
}
.TagClassName
{
border-color: #DD6592;
}
</style>