Shades of Pale Violet Red #DD6FAB
Tints of Pale Violet Red #DD6FAB
RGB
CMYK
RGB Variations
Color information
#DD6FAB (or 0xDD6FAB) is known color: Pale Violet Red. HEX triplet: DD, 6F and AB. RGB value is (221,111,171). Sum of RGB (Red+Green+Blue) = 221+111+171=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FAB is #229054. Grayscale: #969696. Windows color (decimal): -2265173 or 11235293. OLE color: 11235293.
HSL color Cylindrical-coordinate representation of color #DD6FAB: hue angle of 327.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FAB is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 171 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.13 |
| HSL | 327.27º | 0.62% | 0.65% | - |
| HSV(B) | 327.27º | 0.5% | 0.87% | - |
| XYZ | 42.85 | 29.68 | 42 | - |
| YUV | 150.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 171 | 0 | 0.50 | 0.23 | 0.13 | 327.27 | 0.62 | 0.65 |
| Hex | DD | 6F | AB | 0 | 32 | 17 | D | 147 | 3E | 41 |
| Octal | 335 | 157 | 253 | 0 | 62 | 27 | 15 | 507 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10101011 | 0 | 110010 | 10111 | 1101 | 101000111 | 111110 | 1000001 |
Color Harmonies of #DD6FAB
Complementary color
Monochromatic Colors of #DD6FAB
Black with #DD6FAB
Text Example
Text Example
White with #DD6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FAB; }
p { color: rgb(221,111,171); }
H1.HeaderClassName
{
color: #DD6FAB;
}
.AnyTagClassName
{
color: #DD6FAB;
}
</style>
background-color css
<style>
a { background-color: #DD6FAB; }
a { background-color: rgb(221,111,171); }
div.DivClassName
{
background-color: #DD6FAB;
}
.BgClassName
{
background-color: #DD6FAB;
}
</style>
border-color css
<style>
span { border-color: #DD6FAB; }
span { border-color: rgb(221,111,171); }
td.TdClassName
{
border-color: #DD6FAB;
}
.TagClassName
{
border-color: #DD6FAB;
}
</style>