Shades of Pale Violet Red #DD65A0
Tints of Pale Violet Red #DD65A0
RGB
CMYK
RGB Variations
Color information
#DD65A0 (or 0xDD65A0) is known color: Pale Violet Red. HEX triplet: DD, 65 and A0. RGB value is (221,101,160). Sum of RGB (Red+Green+Blue) = 221+101+160=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65A0 is #229A5F. Grayscale: #8F8F8F. Windows color (decimal): -2267744 or 10511837. OLE color: 10511837.
HSL color Cylindrical-coordinate representation of color #DD65A0: hue angle of 330.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD65A0 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 160 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.13 |
| HSL | 330.5º | 0.64% | 0.63% | - |
| HSV(B) | 330.5º | 0.54% | 0.87% | - |
| XYZ | 40.82 | 27.22 | 36.36 | - |
| YUV | 143.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 160 | 0 | 0.54 | 0.28 | 0.13 | 330.5 | 0.64 | 0.63 |
| Hex | DD | 65 | A0 | 0 | 36 | 1C | D | 14A | 40 | 3F |
| Octal | 335 | 145 | 240 | 0 | 66 | 34 | 15 | 512 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10100000 | 0 | 110110 | 11100 | 1101 | 101001010 | 1000000 | 111111 |
Color Harmonies of #DD65A0
Complementary color
Monochromatic Colors of #DD65A0
Black with #DD65A0
Text Example
Text Example
White with #DD65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65A0; }
p { color: rgb(221,101,160); }
H1.HeaderClassName
{
color: #DD65A0;
}
.AnyTagClassName
{
color: #DD65A0;
}
</style>
background-color css
<style>
a { background-color: #DD65A0; }
a { background-color: rgb(221,101,160); }
div.DivClassName
{
background-color: #DD65A0;
}
.BgClassName
{
background-color: #DD65A0;
}
</style>
border-color css
<style>
span { border-color: #DD65A0; }
span { border-color: rgb(221,101,160); }
td.TdClassName
{
border-color: #DD65A0;
}
.TagClassName
{
border-color: #DD65A0;
}
</style>