Shades of Pale Violet Red #DD6CAC
Tints of Pale Violet Red #DD6CAC
RGB
CMYK
RGB Variations
Color information
#DD6CAC (or 0xDD6CAC) is known color: Pale Violet Red. HEX triplet: DD, 6C and AC. RGB value is (221,108,172). Sum of RGB (Red+Green+Blue) = 221+108+172=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CAC is #229353. Grayscale: #949494. Windows color (decimal): -2265940 or 11300061. OLE color: 11300061.
HSL color Cylindrical-coordinate representation of color #DD6CAC: hue angle of 326.02º 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 #DD6CAC is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 172 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.13 |
| HSL | 326.02º | 0.62% | 0.65% | - |
| HSV(B) | 326.02º | 0.51% | 0.87% | - |
| XYZ | 42.63 | 29.08 | 42.4 | - |
| YUV | 149.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 172 | 0 | 0.51 | 0.22 | 0.13 | 326.02 | 0.62 | 0.65 |
| Hex | DD | 6C | AC | 0 | 33 | 16 | D | 146 | 3E | 41 |
| Octal | 335 | 154 | 254 | 0 | 63 | 26 | 15 | 506 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10101100 | 0 | 110011 | 10110 | 1101 | 101000110 | 111110 | 1000001 |
Color Harmonies of #DD6CAC
Complementary color
Monochromatic Colors of #DD6CAC
Black with #DD6CAC
Text Example
Text Example
White with #DD6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CAC; }
p { color: rgb(221,108,172); }
H1.HeaderClassName
{
color: #DD6CAC;
}
.AnyTagClassName
{
color: #DD6CAC;
}
</style>
background-color css
<style>
a { background-color: #DD6CAC; }
a { background-color: rgb(221,108,172); }
div.DivClassName
{
background-color: #DD6CAC;
}
.BgClassName
{
background-color: #DD6CAC;
}
</style>
border-color css
<style>
span { border-color: #DD6CAC; }
span { border-color: rgb(221,108,172); }
td.TdClassName
{
border-color: #DD6CAC;
}
.TagClassName
{
border-color: #DD6CAC;
}
</style>