Shades of Violet #DD81EF
Tints of Violet #DD81EF
RGB
CMYK
RGB Variations
Color information
#DD81EF (or 0xDD81EF) is known color: Violet. HEX triplet: DD, 81 and EF. RGB value is (221,129,239). Sum of RGB (Red+Green+Blue) = 221+129+239=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81EF is #227E10. Grayscale: #A8A8A8. Windows color (decimal): -2260497 or 15696349. OLE color: 15696349.
HSL color Cylindrical-coordinate representation of color #DD81EF: hue angle of 290.18º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD81EF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 129 | 239 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.06 |
| HSL | 290.18º | 0.77% | 0.72% | - |
| HSV(B) | 290.18º | 0.46% | 0.94% | - |
| XYZ | 53.25 | 37.3 | 86.06 | - |
| YUV | 169.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 239 | 0.08 | 0.46 | 0 | 0.06 | 290.18 | 0.77 | 0.72 |
| Hex | DD | 81 | EF | 8 | 2E | 0 | 6 | 122 | 4D | 48 |
| Octal | 335 | 201 | 357 | 10 | 56 | 0 | 6 | 442 | 115 | 110 |
| Binary | 11011101 | 10000001 | 11101111 | 1000 | 101110 | 0 | 110 | 100100010 | 1001101 | 1001000 |
Color Harmonies of #DD81EF
Complementary color
Monochromatic Colors of #DD81EF
Black with #DD81EF
Text Example
Text Example
White with #DD81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD81EF; }
p { color: rgb(221,129,239); }
H1.HeaderClassName
{
color: #DD81EF;
}
.AnyTagClassName
{
color: #DD81EF;
}
</style>
background-color css
<style>
a { background-color: #DD81EF; }
a { background-color: rgb(221,129,239); }
div.DivClassName
{
background-color: #DD81EF;
}
.BgClassName
{
background-color: #DD81EF;
}
</style>
border-color css
<style>
span { border-color: #DD81EF; }
span { border-color: rgb(221,129,239); }
td.TdClassName
{
border-color: #DD81EF;
}
.TagClassName
{
border-color: #DD81EF;
}
</style>