Shades of Pale Violet Red #DD6098
Tints of Pale Violet Red #DD6098
RGB
CMYK
RGB Variations
Color information
#DD6098 (or 0xDD6098) is known color: Pale Violet Red. HEX triplet: DD, 60 and 98. RGB value is (221,96,152). Sum of RGB (Red+Green+Blue) = 221+96+152=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6098 is #229F67. Grayscale: #8B8B8B. Windows color (decimal): -2269032 or 9986269. OLE color: 9986269.
HSL color Cylindrical-coordinate representation of color #DD6098: hue angle of 333.12º 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 #DD6098 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 152 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.13 |
| HSL | 333.12º | 0.65% | 0.62% | - |
| HSV(B) | 333.12º | 0.57% | 0.87% | - |
| XYZ | 39.67 | 26 | 32.63 | - |
| YUV | 139.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 152 | 0 | 0.57 | 0.31 | 0.13 | 333.12 | 0.65 | 0.62 |
| Hex | DD | 60 | 98 | 0 | 39 | 1F | D | 14D | 41 | 3E |
| Octal | 335 | 140 | 230 | 0 | 71 | 37 | 15 | 515 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10011000 | 0 | 111001 | 11111 | 1101 | 101001101 | 1000001 | 111110 |
Color Harmonies of #DD6098
Complementary color
Monochromatic Colors of #DD6098
Black with #DD6098
Text Example
Text Example
White with #DD6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6098; }
p { color: rgb(221,96,152); }
H1.HeaderClassName
{
color: #DD6098;
}
.AnyTagClassName
{
color: #DD6098;
}
</style>
background-color css
<style>
a { background-color: #DD6098; }
a { background-color: rgb(221,96,152); }
div.DivClassName
{
background-color: #DD6098;
}
.BgClassName
{
background-color: #DD6098;
}
</style>
border-color css
<style>
span { border-color: #DD6098; }
span { border-color: rgb(221,96,152); }
td.TdClassName
{
border-color: #DD6098;
}
.TagClassName
{
border-color: #DD6098;
}
</style>