Shades of Pale Violet Red #DD6099
Tints of Pale Violet Red #DD6099
RGB
CMYK
RGB Variations
Color information
#DD6099 (or 0xDD6099) is known color: Pale Violet Red. HEX triplet: DD, 60 and 99. RGB value is (221,96,153). Sum of RGB (Red+Green+Blue) = 221+96+153=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6099 is #229F66. Grayscale: #8B8B8B. Windows color (decimal): -2269031 or 10051805. OLE color: 10051805.
HSL color Cylindrical-coordinate representation of color #DD6099: hue angle of 332.64º 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 #DD6099 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 153 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.13 |
| HSL | 332.64º | 0.65% | 0.62% | - |
| HSV(B) | 332.64º | 0.57% | 0.87% | - |
| XYZ | 39.75 | 26.04 | 33.07 | - |
| YUV | 139.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 153 | 0 | 0.57 | 0.31 | 0.13 | 332.64 | 0.65 | 0.62 |
| Hex | DD | 60 | 99 | 0 | 39 | 1F | D | 14D | 41 | 3E |
| Octal | 335 | 140 | 231 | 0 | 71 | 37 | 15 | 515 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10011001 | 0 | 111001 | 11111 | 1101 | 101001101 | 1000001 | 111110 |
Color Harmonies of #DD6099
Complementary color
Monochromatic Colors of #DD6099
Black with #DD6099
Text Example
Text Example
White with #DD6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6099; }
p { color: rgb(221,96,153); }
H1.HeaderClassName
{
color: #DD6099;
}
.AnyTagClassName
{
color: #DD6099;
}
</style>
background-color css
<style>
a { background-color: #DD6099; }
a { background-color: rgb(221,96,153); }
div.DivClassName
{
background-color: #DD6099;
}
.BgClassName
{
background-color: #DD6099;
}
</style>
border-color css
<style>
span { border-color: #DD6099; }
span { border-color: rgb(221,96,153); }
td.TdClassName
{
border-color: #DD6099;
}
.TagClassName
{
border-color: #DD6099;
}
</style>