Shades of Pale Violet Red #DD6B9A
Tints of Pale Violet Red #DD6B9A
RGB
CMYK
RGB Variations
Color information
#DD6B9A (or 0xDD6B9A) is known color: Pale Violet Red. HEX triplet: DD, 6B and 9A. RGB value is (221,107,154). Sum of RGB (Red+Green+Blue) = 221+107+154=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B9A is #229465. Grayscale: #929292. Windows color (decimal): -2266214 or 10120157. OLE color: 10120157.
HSL color Cylindrical-coordinate representation of color #DD6B9A: hue angle of 335.26º 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 #DD6B9A is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 154 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.13 |
| HSL | 335.26º | 0.63% | 0.64% | - |
| HSV(B) | 335.26º | 0.52% | 0.87% | - |
| XYZ | 40.91 | 28.22 | 33.86 | - |
| YUV | 146.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 154 | 0 | 0.52 | 0.30 | 0.13 | 335.26 | 0.63 | 0.64 |
| Hex | DD | 6B | 9A | 0 | 34 | 1E | D | 14F | 3F | 40 |
| Octal | 335 | 153 | 232 | 0 | 64 | 36 | 15 | 517 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10011010 | 0 | 110100 | 11110 | 1101 | 101001111 | 111111 | 1000000 |
Color Harmonies of #DD6B9A
Complementary color
Monochromatic Colors of #DD6B9A
Black with #DD6B9A
Text Example
Text Example
White with #DD6B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B9A; }
p { color: rgb(221,107,154); }
H1.HeaderClassName
{
color: #DD6B9A;
}
.AnyTagClassName
{
color: #DD6B9A;
}
</style>
background-color css
<style>
a { background-color: #DD6B9A; }
a { background-color: rgb(221,107,154); }
div.DivClassName
{
background-color: #DD6B9A;
}
.BgClassName
{
background-color: #DD6B9A;
}
</style>
border-color css
<style>
span { border-color: #DD6B9A; }
span { border-color: rgb(221,107,154); }
td.TdClassName
{
border-color: #DD6B9A;
}
.TagClassName
{
border-color: #DD6B9A;
}
</style>