Shades of Pale Violet Red #DD6BAC
Tints of Pale Violet Red #DD6BAC
RGB
CMYK
RGB Variations
Color information
#DD6BAC (or 0xDD6BAC) is known color: Pale Violet Red. HEX triplet: DD, 6B and AC. RGB value is (221,107,172). Sum of RGB (Red+Green+Blue) = 221+107+172=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BAC is #229453. Grayscale: #949494. Windows color (decimal): -2266196 or 11299805. OLE color: 11299805.
HSL color Cylindrical-coordinate representation of color #DD6BAC: hue angle of 325.79º 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 #DD6BAC is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 172 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.13 |
| HSL | 325.79º | 0.63% | 0.64% | - |
| HSV(B) | 325.79º | 0.52% | 0.87% | - |
| XYZ | 42.52 | 28.87 | 42.36 | - |
| YUV | 148.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 172 | 0 | 0.52 | 0.22 | 0.13 | 325.79 | 0.63 | 0.64 |
| Hex | DD | 6B | AC | 0 | 34 | 16 | D | 146 | 3F | 40 |
| Octal | 335 | 153 | 254 | 0 | 64 | 26 | 15 | 506 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10101100 | 0 | 110100 | 10110 | 1101 | 101000110 | 111111 | 1000000 |
Color Harmonies of #DD6BAC
Complementary color
Monochromatic Colors of #DD6BAC
Black with #DD6BAC
Text Example
Text Example
White with #DD6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BAC; }
p { color: rgb(221,107,172); }
H1.HeaderClassName
{
color: #DD6BAC;
}
.AnyTagClassName
{
color: #DD6BAC;
}
</style>
background-color css
<style>
a { background-color: #DD6BAC; }
a { background-color: rgb(221,107,172); }
div.DivClassName
{
background-color: #DD6BAC;
}
.BgClassName
{
background-color: #DD6BAC;
}
</style>
border-color css
<style>
span { border-color: #DD6BAC; }
span { border-color: rgb(221,107,172); }
td.TdClassName
{
border-color: #DD6BAC;
}
.TagClassName
{
border-color: #DD6BAC;
}
</style>