Shades of Pale Violet Red #DD6CA1
Tints of Pale Violet Red #DD6CA1
RGB
CMYK
RGB Variations
Color information
#DD6CA1 (or 0xDD6CA1) is known color: Pale Violet Red. HEX triplet: DD, 6C and A1. RGB value is (221,108,161). Sum of RGB (Red+Green+Blue) = 221+108+161=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CA1 is #22935E. Grayscale: #939393. Windows color (decimal): -2265951 or 10579165. OLE color: 10579165.
HSL color Cylindrical-coordinate representation of color #DD6CA1: hue angle of 331.86º 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 #DD6CA1 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 161 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.13 |
| HSL | 331.86º | 0.62% | 0.65% | - |
| HSV(B) | 331.86º | 0.51% | 0.87% | - |
| XYZ | 41.61 | 28.67 | 37.06 | - |
| YUV | 147.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 161 | 0 | 0.51 | 0.27 | 0.13 | 331.86 | 0.62 | 0.65 |
| Hex | DD | 6C | A1 | 0 | 33 | 1B | D | 14C | 3E | 41 |
| Octal | 335 | 154 | 241 | 0 | 63 | 33 | 15 | 514 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10100001 | 0 | 110011 | 11011 | 1101 | 101001100 | 111110 | 1000001 |
Color Harmonies of #DD6CA1
Complementary color
Monochromatic Colors of #DD6CA1
Black with #DD6CA1
Text Example
Text Example
White with #DD6CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CA1; }
p { color: rgb(221,108,161); }
H1.HeaderClassName
{
color: #DD6CA1;
}
.AnyTagClassName
{
color: #DD6CA1;
}
</style>
background-color css
<style>
a { background-color: #DD6CA1; }
a { background-color: rgb(221,108,161); }
div.DivClassName
{
background-color: #DD6CA1;
}
.BgClassName
{
background-color: #DD6CA1;
}
</style>
border-color css
<style>
span { border-color: #DD6CA1; }
span { border-color: rgb(221,108,161); }
td.TdClassName
{
border-color: #DD6CA1;
}
.TagClassName
{
border-color: #DD6CA1;
}
</style>