Shades of Pale Violet Red #DD68AB
Tints of Pale Violet Red #DD68AB
RGB
CMYK
RGB Variations
Color information
#DD68AB (or 0xDD68AB) is known color: Pale Violet Red. HEX triplet: DD, 68 and AB. RGB value is (221,104,171). Sum of RGB (Red+Green+Blue) = 221+104+171=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68AB is #229754. Grayscale: #929292. Windows color (decimal): -2266965 or 11233501. OLE color: 11233501.
HSL color Cylindrical-coordinate representation of color #DD68AB: hue angle of 325.64º 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 #DD68AB is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 171 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.13 |
| HSL | 325.64º | 0.63% | 0.64% | - |
| HSV(B) | 325.64º | 0.53% | 0.87% | - |
| XYZ | 42.12 | 28.21 | 41.75 | - |
| YUV | 146.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 171 | 0 | 0.53 | 0.23 | 0.13 | 325.64 | 0.63 | 0.64 |
| Hex | DD | 68 | AB | 0 | 35 | 17 | D | 146 | 3F | 40 |
| Octal | 335 | 150 | 253 | 0 | 65 | 27 | 15 | 506 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10101011 | 0 | 110101 | 10111 | 1101 | 101000110 | 111111 | 1000000 |
Color Harmonies of #DD68AB
Complementary color
Monochromatic Colors of #DD68AB
Black with #DD68AB
Text Example
Text Example
White with #DD68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68AB; }
p { color: rgb(221,104,171); }
H1.HeaderClassName
{
color: #DD68AB;
}
.AnyTagClassName
{
color: #DD68AB;
}
</style>
background-color css
<style>
a { background-color: #DD68AB; }
a { background-color: rgb(221,104,171); }
div.DivClassName
{
background-color: #DD68AB;
}
.BgClassName
{
background-color: #DD68AB;
}
</style>
border-color css
<style>
span { border-color: #DD68AB; }
span { border-color: rgb(221,104,171); }
td.TdClassName
{
border-color: #DD68AB;
}
.TagClassName
{
border-color: #DD68AB;
}
</style>