Shades of Pale Violet Red #DD68A3
Tints of Pale Violet Red #DD68A3
RGB
CMYK
RGB Variations
Color information
#DD68A3 (or 0xDD68A3) is known color: Pale Violet Red. HEX triplet: DD, 68 and A3. RGB value is (221,104,163). Sum of RGB (Red+Green+Blue) = 221+104+163=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68A3 is #22975C. Grayscale: #919191. Windows color (decimal): -2266973 or 10709213. OLE color: 10709213.
HSL color Cylindrical-coordinate representation of color #DD68A3: hue angle of 329.74º 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 #DD68A3 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 163 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.13 |
| HSL | 329.74º | 0.63% | 0.64% | - |
| HSV(B) | 329.74º | 0.53% | 0.87% | - |
| XYZ | 41.38 | 27.92 | 37.86 | - |
| YUV | 145.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 163 | 0 | 0.53 | 0.26 | 0.13 | 329.74 | 0.63 | 0.64 |
| Hex | DD | 68 | A3 | 0 | 35 | 1A | D | 14A | 3F | 40 |
| Octal | 335 | 150 | 243 | 0 | 65 | 32 | 15 | 512 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10100011 | 0 | 110101 | 11010 | 1101 | 101001010 | 111111 | 1000000 |
Color Harmonies of #DD68A3
Complementary color
Monochromatic Colors of #DD68A3
Black with #DD68A3
Text Example
Text Example
White with #DD68A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68A3; }
p { color: rgb(221,104,163); }
H1.HeaderClassName
{
color: #DD68A3;
}
.AnyTagClassName
{
color: #DD68A3;
}
</style>
background-color css
<style>
a { background-color: #DD68A3; }
a { background-color: rgb(221,104,163); }
div.DivClassName
{
background-color: #DD68A3;
}
.BgClassName
{
background-color: #DD68A3;
}
</style>
border-color css
<style>
span { border-color: #DD68A3; }
span { border-color: rgb(221,104,163); }
td.TdClassName
{
border-color: #DD68A3;
}
.TagClassName
{
border-color: #DD68A3;
}
</style>