Shades of Pale Violet Red #DD6F93
Tints of Pale Violet Red #DD6F93
RGB
CMYK
RGB Variations
Color information
#DD6F93 (or 0xDD6F93) is known color: Pale Violet Red. HEX triplet: DD, 6F and 93. RGB value is (221,111,147). Sum of RGB (Red+Green+Blue) = 221+111+147=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F93 is #22906C. Grayscale: #939393. Windows color (decimal): -2265197 or 9662429. OLE color: 9662429.
HSL color Cylindrical-coordinate representation of color #DD6F93: hue angle of 340.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F93 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 147 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.13 |
| HSL | 340.36º | 0.62% | 0.65% | - |
| HSV(B) | 340.36º | 0.5% | 0.87% | - |
| XYZ | 40.77 | 28.85 | 31.02 | - |
| YUV | 147.99 | 127.44 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 147 | 0 | 0.50 | 0.33 | 0.13 | 340.36 | 0.62 | 0.65 |
| Hex | DD | 6F | 93 | 0 | 32 | 21 | D | 154 | 3E | 41 |
| Octal | 335 | 157 | 223 | 0 | 62 | 41 | 15 | 524 | 76 | 101 |
| Binary | 11011101 | 1101111 | 10010011 | 0 | 110010 | 100001 | 1101 | 101010100 | 111110 | 1000001 |
Color Harmonies of #DD6F93
Complementary color
Monochromatic Colors of #DD6F93
Black with #DD6F93
Text Example
Text Example
White with #DD6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F93; }
p { color: rgb(221,111,147); }
H1.HeaderClassName
{
color: #DD6F93;
}
.AnyTagClassName
{
color: #DD6F93;
}
</style>
background-color css
<style>
a { background-color: #DD6F93; }
a { background-color: rgb(221,111,147); }
div.DivClassName
{
background-color: #DD6F93;
}
.BgClassName
{
background-color: #DD6F93;
}
</style>
border-color css
<style>
span { border-color: #DD6F93; }
span { border-color: rgb(221,111,147); }
td.TdClassName
{
border-color: #DD6F93;
}
.TagClassName
{
border-color: #DD6F93;
}
</style>