Shades of Pale Violet Red #DD6BAE
Tints of Pale Violet Red #DD6BAE
RGB
CMYK
RGB Variations
Color information
#DD6BAE (or 0xDD6BAE) is known color: Pale Violet Red. HEX triplet: DD, 6B and AE. RGB value is (221,107,174). Sum of RGB (Red+Green+Blue) = 221+107+174=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BAE is #229451. Grayscale: #949494. Windows color (decimal): -2266194 or 11430877. OLE color: 11430877.
HSL color Cylindrical-coordinate representation of color #DD6BAE: hue angle of 324.74º 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 #DD6BAE is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 174 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.13 |
| HSL | 324.74º | 0.63% | 0.64% | - |
| HSV(B) | 324.74º | 0.52% | 0.87% | - |
| XYZ | 42.72 | 28.94 | 43.38 | - |
| YUV | 148.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 174 | 0 | 0.52 | 0.21 | 0.13 | 324.74 | 0.63 | 0.64 |
| Hex | DD | 6B | AE | 0 | 34 | 15 | D | 145 | 3F | 40 |
| Octal | 335 | 153 | 256 | 0 | 64 | 25 | 15 | 505 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10101110 | 0 | 110100 | 10101 | 1101 | 101000101 | 111111 | 1000000 |
Color Harmonies of #DD6BAE
Complementary color
Monochromatic Colors of #DD6BAE
Black with #DD6BAE
Text Example
Text Example
White with #DD6BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BAE; }
p { color: rgb(221,107,174); }
H1.HeaderClassName
{
color: #DD6BAE;
}
.AnyTagClassName
{
color: #DD6BAE;
}
</style>
background-color css
<style>
a { background-color: #DD6BAE; }
a { background-color: rgb(221,107,174); }
div.DivClassName
{
background-color: #DD6BAE;
}
.BgClassName
{
background-color: #DD6BAE;
}
</style>
border-color css
<style>
span { border-color: #DD6BAE; }
span { border-color: rgb(221,107,174); }
td.TdClassName
{
border-color: #DD6BAE;
}
.TagClassName
{
border-color: #DD6BAE;
}
</style>