Shades of Pale Violet Red #DD6B91
Tints of Pale Violet Red #DD6B91
RGB
CMYK
RGB Variations
Color information
#DD6B91 (or 0xDD6B91) is known color: Pale Violet Red. HEX triplet: DD, 6B and 91. RGB value is (221,107,145). Sum of RGB (Red+Green+Blue) = 221+107+145=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B91 is #22946E. Grayscale: #919191. Windows color (decimal): -2266223 or 9530333. OLE color: 9530333.
HSL color Cylindrical-coordinate representation of color #DD6B91: hue angle of 340º 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 #DD6B91 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 145 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.13 |
| HSL | 340º | 0.63% | 0.64% | - |
| HSV(B) | 340º | 0.52% | 0.87% | - |
| XYZ | 40.19 | 27.93 | 30.06 | - |
| YUV | 145.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 145 | 0 | 0.52 | 0.34 | 0.13 | 340 | 0.63 | 0.64 |
| Hex | DD | 6B | 91 | 0 | 34 | 22 | D | 154 | 3F | 40 |
| Octal | 335 | 153 | 221 | 0 | 64 | 42 | 15 | 524 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10010001 | 0 | 110100 | 100010 | 1101 | 101010100 | 111111 | 1000000 |
Color Harmonies of #DD6B91
Complementary color
Monochromatic Colors of #DD6B91
Black with #DD6B91
Text Example
Text Example
White with #DD6B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B91; }
p { color: rgb(221,107,145); }
H1.HeaderClassName
{
color: #DD6B91;
}
.AnyTagClassName
{
color: #DD6B91;
}
</style>
background-color css
<style>
a { background-color: #DD6B91; }
a { background-color: rgb(221,107,145); }
div.DivClassName
{
background-color: #DD6B91;
}
.BgClassName
{
background-color: #DD6B91;
}
</style>
border-color css
<style>
span { border-color: #DD6B91; }
span { border-color: rgb(221,107,145); }
td.TdClassName
{
border-color: #DD6B91;
}
.TagClassName
{
border-color: #DD6B91;
}
</style>