Shades of Pale Violet Red #DD6C93
Tints of Pale Violet Red #DD6C93
RGB
CMYK
RGB Variations
Color information
#DD6C93 (or 0xDD6C93) is known color: Pale Violet Red. HEX triplet: DD, 6C and 93. RGB value is (221,108,147). Sum of RGB (Red+Green+Blue) = 221+108+147=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C93 is #22936C. Grayscale: #929292. Windows color (decimal): -2265965 or 9661661. OLE color: 9661661.
HSL color Cylindrical-coordinate representation of color #DD6C93: hue angle of 339.29º 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 #DD6C93 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 147 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.13 |
| HSL | 339.29º | 0.62% | 0.65% | - |
| HSV(B) | 339.29º | 0.51% | 0.87% | - |
| XYZ | 40.45 | 28.2 | 30.92 | - |
| YUV | 146.23 | 128.44 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 147 | 0 | 0.51 | 0.33 | 0.13 | 339.29 | 0.62 | 0.65 |
| Hex | DD | 6C | 93 | 0 | 33 | 21 | D | 153 | 3E | 41 |
| Octal | 335 | 154 | 223 | 0 | 63 | 41 | 15 | 523 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10010011 | 0 | 110011 | 100001 | 1101 | 101010011 | 111110 | 1000001 |
Color Harmonies of #DD6C93
Complementary color
Monochromatic Colors of #DD6C93
Black with #DD6C93
Text Example
Text Example
White with #DD6C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C93; }
p { color: rgb(221,108,147); }
H1.HeaderClassName
{
color: #DD6C93;
}
.AnyTagClassName
{
color: #DD6C93;
}
</style>
background-color css
<style>
a { background-color: #DD6C93; }
a { background-color: rgb(221,108,147); }
div.DivClassName
{
background-color: #DD6C93;
}
.BgClassName
{
background-color: #DD6C93;
}
</style>
border-color css
<style>
span { border-color: #DD6C93; }
span { border-color: rgb(221,108,147); }
td.TdClassName
{
border-color: #DD6C93;
}
.TagClassName
{
border-color: #DD6C93;
}
</style>