Shades of Pale Violet Red #DD6898
Tints of Pale Violet Red #DD6898
RGB
CMYK
RGB Variations
Color information
#DD6898 (or 0xDD6898) is known color: Pale Violet Red. HEX triplet: DD, 68 and 98. RGB value is (221,104,152). Sum of RGB (Red+Green+Blue) = 221+104+152=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6898 is #229767. Grayscale: #909090. Windows color (decimal): -2266984 or 9988317. OLE color: 9988317.
HSL color Cylindrical-coordinate representation of color #DD6898: hue angle of 335.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6898 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 152 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.13 |
| HSL | 335.38º | 0.63% | 0.64% | - |
| HSV(B) | 335.38º | 0.53% | 0.87% | - |
| XYZ | 40.44 | 27.54 | 32.89 | - |
| YUV | 144.46 | 132.26 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 152 | 0 | 0.53 | 0.31 | 0.13 | 335.38 | 0.63 | 0.64 |
| Hex | DD | 68 | 98 | 0 | 35 | 1F | D | 14F | 3F | 40 |
| Octal | 335 | 150 | 230 | 0 | 65 | 37 | 15 | 517 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10011000 | 0 | 110101 | 11111 | 1101 | 101001111 | 111111 | 1000000 |
Color Harmonies of #DD6898
Complementary color
Monochromatic Colors of #DD6898
Black with #DD6898
Text Example
Text Example
White with #DD6898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6898; }
p { color: rgb(221,104,152); }
H1.HeaderClassName
{
color: #DD6898;
}
.AnyTagClassName
{
color: #DD6898;
}
</style>
background-color css
<style>
a { background-color: #DD6898; }
a { background-color: rgb(221,104,152); }
div.DivClassName
{
background-color: #DD6898;
}
.BgClassName
{
background-color: #DD6898;
}
</style>
border-color css
<style>
span { border-color: #DD6898; }
span { border-color: rgb(221,104,152); }
td.TdClassName
{
border-color: #DD6898;
}
.TagClassName
{
border-color: #DD6898;
}
</style>