Shades of Pale Violet Red #DD68A0
Tints of Pale Violet Red #DD68A0
RGB
CMYK
RGB Variations
Color information
#DD68A0 (or 0xDD68A0) is known color: Pale Violet Red. HEX triplet: DD, 68 and A0. RGB value is (221,104,160). Sum of RGB (Red+Green+Blue) = 221+104+160=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68A0 is #22975F. Grayscale: #919191. Windows color (decimal): -2266976 or 10512605. OLE color: 10512605.
HSL color Cylindrical-coordinate representation of color #DD68A0: hue angle of 331.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD68A0 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 160 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.13 |
| HSL | 331.28º | 0.63% | 0.64% | - |
| HSV(B) | 331.28º | 0.53% | 0.87% | - |
| XYZ | 41.11 | 27.81 | 36.46 | - |
| YUV | 145.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 160 | 0 | 0.53 | 0.28 | 0.13 | 331.28 | 0.63 | 0.64 |
| Hex | DD | 68 | A0 | 0 | 35 | 1C | D | 14B | 3F | 40 |
| Octal | 335 | 150 | 240 | 0 | 65 | 34 | 15 | 513 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10100000 | 0 | 110101 | 11100 | 1101 | 101001011 | 111111 | 1000000 |
Color Harmonies of #DD68A0
Complementary color
Monochromatic Colors of #DD68A0
Black with #DD68A0
Text Example
Text Example
White with #DD68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68A0; }
p { color: rgb(221,104,160); }
H1.HeaderClassName
{
color: #DD68A0;
}
.AnyTagClassName
{
color: #DD68A0;
}
</style>
background-color css
<style>
a { background-color: #DD68A0; }
a { background-color: rgb(221,104,160); }
div.DivClassName
{
background-color: #DD68A0;
}
.BgClassName
{
background-color: #DD68A0;
}
</style>
border-color css
<style>
span { border-color: #DD68A0; }
span { border-color: rgb(221,104,160); }
td.TdClassName
{
border-color: #DD68A0;
}
.TagClassName
{
border-color: #DD68A0;
}
</style>