Shades of Pale Violet Red #DD6CA3
Tints of Pale Violet Red #DD6CA3
RGB
CMYK
RGB Variations
Color information
#DD6CA3 (or 0xDD6CA3) is known color: Pale Violet Red. HEX triplet: DD, 6C and A3. RGB value is (221,108,163). Sum of RGB (Red+Green+Blue) = 221+108+163=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CA3 is #22935C. Grayscale: #939393. Windows color (decimal): -2265949 or 10710237. OLE color: 10710237.
HSL color Cylindrical-coordinate representation of color #DD6CA3: hue angle of 330.8º 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 #DD6CA3 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 163 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.13 |
| HSL | 330.8º | 0.62% | 0.65% | - |
| HSV(B) | 330.8º | 0.51% | 0.87% | - |
| XYZ | 41.79 | 28.74 | 38 | - |
| YUV | 148.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 163 | 0 | 0.51 | 0.26 | 0.13 | 330.8 | 0.62 | 0.65 |
| Hex | DD | 6C | A3 | 0 | 33 | 1A | D | 14B | 3E | 41 |
| Octal | 335 | 154 | 243 | 0 | 63 | 32 | 15 | 513 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10100011 | 0 | 110011 | 11010 | 1101 | 101001011 | 111110 | 1000001 |
Color Harmonies of #DD6CA3
Complementary color
Monochromatic Colors of #DD6CA3
Black with #DD6CA3
Text Example
Text Example
White with #DD6CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CA3; }
p { color: rgb(221,108,163); }
H1.HeaderClassName
{
color: #DD6CA3;
}
.AnyTagClassName
{
color: #DD6CA3;
}
</style>
background-color css
<style>
a { background-color: #DD6CA3; }
a { background-color: rgb(221,108,163); }
div.DivClassName
{
background-color: #DD6CA3;
}
.BgClassName
{
background-color: #DD6CA3;
}
</style>
border-color css
<style>
span { border-color: #DD6CA3; }
span { border-color: rgb(221,108,163); }
td.TdClassName
{
border-color: #DD6CA3;
}
.TagClassName
{
border-color: #DD6CA3;
}
</style>