Shades of Pale Violet Red #DD6BA8
Tints of Pale Violet Red #DD6BA8
RGB
CMYK
RGB Variations
Color information
#DD6BA8 (or 0xDD6BA8) is known color: Pale Violet Red. HEX triplet: DD, 6B and A8. RGB value is (221,107,168). Sum of RGB (Red+Green+Blue) = 221+107+168=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BA8 is #229457. Grayscale: #939393. Windows color (decimal): -2266200 or 11037661. OLE color: 11037661.
HSL color Cylindrical-coordinate representation of color #DD6BA8: hue angle of 327.89º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BA8 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 168 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.13 |
| HSL | 327.89º | 0.63% | 0.64% | - |
| HSV(B) | 327.89º | 0.52% | 0.87% | - |
| XYZ | 42.14 | 28.71 | 40.37 | - |
| YUV | 148.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 168 | 0 | 0.52 | 0.24 | 0.13 | 327.89 | 0.63 | 0.64 |
| Hex | DD | 6B | A8 | 0 | 34 | 18 | D | 148 | 3F | 40 |
| Octal | 335 | 153 | 250 | 0 | 64 | 30 | 15 | 510 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10101000 | 0 | 110100 | 11000 | 1101 | 101001000 | 111111 | 1000000 |
Color Harmonies of #DD6BA8
Complementary color
Monochromatic Colors of #DD6BA8
Black with #DD6BA8
Text Example
Text Example
White with #DD6BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BA8; }
p { color: rgb(221,107,168); }
H1.HeaderClassName
{
color: #DD6BA8;
}
.AnyTagClassName
{
color: #DD6BA8;
}
</style>
background-color css
<style>
a { background-color: #DD6BA8; }
a { background-color: rgb(221,107,168); }
div.DivClassName
{
background-color: #DD6BA8;
}
.BgClassName
{
background-color: #DD6BA8;
}
</style>
border-color css
<style>
span { border-color: #DD6BA8; }
span { border-color: rgb(221,107,168); }
td.TdClassName
{
border-color: #DD6BA8;
}
.TagClassName
{
border-color: #DD6BA8;
}
</style>