Shades of Pale Violet Red #DD6C91
Tints of Pale Violet Red #DD6C91
RGB
CMYK
RGB Variations
Color information
#DD6C91 (or 0xDD6C91) is known color: Pale Violet Red. HEX triplet: DD, 6C and 91. RGB value is (221,108,145). Sum of RGB (Red+Green+Blue) = 221+108+145=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C91 is #22936E. Grayscale: #919191. Windows color (decimal): -2265967 or 9530589. OLE color: 9530589.
HSL color Cylindrical-coordinate representation of color #DD6C91: hue angle of 340.35º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6C91 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 145 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.13 |
| HSL | 340.35º | 0.62% | 0.65% | - |
| HSV(B) | 340.35º | 0.51% | 0.87% | - |
| XYZ | 40.29 | 28.14 | 30.1 | - |
| YUV | 146.01 | 127.44 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 145 | 0 | 0.51 | 0.34 | 0.13 | 340.35 | 0.62 | 0.65 |
| Hex | DD | 6C | 91 | 0 | 33 | 22 | D | 154 | 3E | 41 |
| Octal | 335 | 154 | 221 | 0 | 63 | 42 | 15 | 524 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10010001 | 0 | 110011 | 100010 | 1101 | 101010100 | 111110 | 1000001 |
Color Harmonies of #DD6C91
Complementary color
Monochromatic Colors of #DD6C91
Black with #DD6C91
Text Example
Text Example
White with #DD6C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C91; }
p { color: rgb(221,108,145); }
H1.HeaderClassName
{
color: #DD6C91;
}
.AnyTagClassName
{
color: #DD6C91;
}
</style>
background-color css
<style>
a { background-color: #DD6C91; }
a { background-color: rgb(221,108,145); }
div.DivClassName
{
background-color: #DD6C91;
}
.BgClassName
{
background-color: #DD6C91;
}
</style>
border-color css
<style>
span { border-color: #DD6C91; }
span { border-color: rgb(221,108,145); }
td.TdClassName
{
border-color: #DD6C91;
}
.TagClassName
{
border-color: #DD6C91;
}
</style>