Shades of Pale Violet Red #DD68A8
Tints of Pale Violet Red #DD68A8
RGB
CMYK
RGB Variations
Color information
#DD68A8 (or 0xDD68A8) is known color: Pale Violet Red. HEX triplet: DD, 68 and A8. RGB value is (221,104,168). Sum of RGB (Red+Green+Blue) = 221+104+168=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68A8 is #229757. Grayscale: #929292. Windows color (decimal): -2266968 or 11036893. OLE color: 11036893.
HSL color Cylindrical-coordinate representation of color #DD68A8: hue angle of 327.18º 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 #DD68A8 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 168 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.13 |
| HSL | 327.18º | 0.63% | 0.64% | - |
| HSV(B) | 327.18º | 0.53% | 0.87% | - |
| XYZ | 41.84 | 28.1 | 40.26 | - |
| YUV | 146.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 168 | 0 | 0.53 | 0.24 | 0.13 | 327.18 | 0.63 | 0.64 |
| Hex | DD | 68 | A8 | 0 | 35 | 18 | D | 147 | 3F | 40 |
| Octal | 335 | 150 | 250 | 0 | 65 | 30 | 15 | 507 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10101000 | 0 | 110101 | 11000 | 1101 | 101000111 | 111111 | 1000000 |
Color Harmonies of #DD68A8
Complementary color
Monochromatic Colors of #DD68A8
Black with #DD68A8
Text Example
Text Example
White with #DD68A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68A8; }
p { color: rgb(221,104,168); }
H1.HeaderClassName
{
color: #DD68A8;
}
.AnyTagClassName
{
color: #DD68A8;
}
</style>
background-color css
<style>
a { background-color: #DD68A8; }
a { background-color: rgb(221,104,168); }
div.DivClassName
{
background-color: #DD68A8;
}
.BgClassName
{
background-color: #DD68A8;
}
</style>
border-color css
<style>
span { border-color: #DD68A8; }
span { border-color: rgb(221,104,168); }
td.TdClassName
{
border-color: #DD68A8;
}
.TagClassName
{
border-color: #DD68A8;
}
</style>