Shades of Pale Violet Red #DD6BAB
Tints of Pale Violet Red #DD6BAB
RGB
CMYK
RGB Variations
Color information
#DD6BAB (or 0xDD6BAB) is known color: Pale Violet Red. HEX triplet: DD, 6B and AB. RGB value is (221,107,171). Sum of RGB (Red+Green+Blue) = 221+107+171=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BAB is #229454. Grayscale: #949494. Windows color (decimal): -2266197 or 11234269. OLE color: 11234269.
HSL color Cylindrical-coordinate representation of color #DD6BAB: hue angle of 326.32º 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 #DD6BAB is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 171 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.13 |
| HSL | 326.32º | 0.63% | 0.64% | - |
| HSV(B) | 326.32º | 0.52% | 0.87% | - |
| XYZ | 42.43 | 28.83 | 41.86 | - |
| YUV | 148.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 171 | 0 | 0.52 | 0.23 | 0.13 | 326.32 | 0.63 | 0.64 |
| Hex | DD | 6B | AB | 0 | 34 | 17 | D | 146 | 3F | 40 |
| Octal | 335 | 153 | 253 | 0 | 64 | 27 | 15 | 506 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10101011 | 0 | 110100 | 10111 | 1101 | 101000110 | 111111 | 1000000 |
Color Harmonies of #DD6BAB
Complementary color
Monochromatic Colors of #DD6BAB
Black with #DD6BAB
Text Example
Text Example
White with #DD6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BAB; }
p { color: rgb(221,107,171); }
H1.HeaderClassName
{
color: #DD6BAB;
}
.AnyTagClassName
{
color: #DD6BAB;
}
</style>
background-color css
<style>
a { background-color: #DD6BAB; }
a { background-color: rgb(221,107,171); }
div.DivClassName
{
background-color: #DD6BAB;
}
.BgClassName
{
background-color: #DD6BAB;
}
</style>
border-color css
<style>
span { border-color: #DD6BAB; }
span { border-color: rgb(221,107,171); }
td.TdClassName
{
border-color: #DD6BAB;
}
.TagClassName
{
border-color: #DD6BAB;
}
</style>