Shades of Pale Violet Red #DD6CA5
Tints of Pale Violet Red #DD6CA5
RGB
CMYK
RGB Variations
Color information
#DD6CA5 (or 0xDD6CA5) is known color: Pale Violet Red. HEX triplet: DD, 6C and A5. RGB value is (221,108,165). Sum of RGB (Red+Green+Blue) = 221+108+165=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6CA5 is #22935A. Grayscale: #949494. Windows color (decimal): -2265947 or 10841309. OLE color: 10841309.
HSL color Cylindrical-coordinate representation of color #DD6CA5: hue angle of 329.73º 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 #DD6CA5 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 165 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.13 |
| HSL | 329.73º | 0.62% | 0.65% | - |
| HSV(B) | 329.73º | 0.51% | 0.87% | - |
| XYZ | 41.97 | 28.81 | 38.95 | - |
| YUV | 148.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 165 | 0 | 0.51 | 0.25 | 0.13 | 329.73 | 0.62 | 0.65 |
| Hex | DD | 6C | A5 | 0 | 33 | 19 | D | 14A | 3E | 41 |
| Octal | 335 | 154 | 245 | 0 | 63 | 31 | 15 | 512 | 76 | 101 |
| Binary | 11011101 | 1101100 | 10100101 | 0 | 110011 | 11001 | 1101 | 101001010 | 111110 | 1000001 |
Color Harmonies of #DD6CA5
Complementary color
Monochromatic Colors of #DD6CA5
Black with #DD6CA5
Text Example
Text Example
White with #DD6CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CA5; }
p { color: rgb(221,108,165); }
H1.HeaderClassName
{
color: #DD6CA5;
}
.AnyTagClassName
{
color: #DD6CA5;
}
</style>
background-color css
<style>
a { background-color: #DD6CA5; }
a { background-color: rgb(221,108,165); }
div.DivClassName
{
background-color: #DD6CA5;
}
.BgClassName
{
background-color: #DD6CA5;
}
</style>
border-color css
<style>
span { border-color: #DD6CA5; }
span { border-color: rgb(221,108,165); }
td.TdClassName
{
border-color: #DD6CA5;
}
.TagClassName
{
border-color: #DD6CA5;
}
</style>