Shades of Pale Violet Red #DD68A6
Tints of Pale Violet Red #DD68A6
RGB
CMYK
RGB Variations
Color information
#DD68A6 (or 0xDD68A6) is known color: Pale Violet Red. HEX triplet: DD, 68 and A6. RGB value is (221,104,166). Sum of RGB (Red+Green+Blue) = 221+104+166=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68A6 is #229759. Grayscale: #919191. Windows color (decimal): -2266970 or 10905821. OLE color: 10905821.
HSL color Cylindrical-coordinate representation of color #DD68A6: hue angle of 328.21º 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 #DD68A6 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 166 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.13 |
| HSL | 328.21º | 0.63% | 0.64% | - |
| HSV(B) | 328.21º | 0.53% | 0.87% | - |
| XYZ | 41.65 | 28.03 | 39.29 | - |
| YUV | 146.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 166 | 0 | 0.53 | 0.25 | 0.13 | 328.21 | 0.63 | 0.64 |
| Hex | DD | 68 | A6 | 0 | 35 | 19 | D | 148 | 3F | 40 |
| Octal | 335 | 150 | 246 | 0 | 65 | 31 | 15 | 510 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10100110 | 0 | 110101 | 11001 | 1101 | 101001000 | 111111 | 1000000 |
Color Harmonies of #DD68A6
Complementary color
Monochromatic Colors of #DD68A6
Black with #DD68A6
Text Example
Text Example
White with #DD68A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68A6; }
p { color: rgb(221,104,166); }
H1.HeaderClassName
{
color: #DD68A6;
}
.AnyTagClassName
{
color: #DD68A6;
}
</style>
background-color css
<style>
a { background-color: #DD68A6; }
a { background-color: rgb(221,104,166); }
div.DivClassName
{
background-color: #DD68A6;
}
.BgClassName
{
background-color: #DD68A6;
}
</style>
border-color css
<style>
span { border-color: #DD68A6; }
span { border-color: rgb(221,104,166); }
td.TdClassName
{
border-color: #DD68A6;
}
.TagClassName
{
border-color: #DD68A6;
}
</style>