Shades of Violet #DC81EE
Tints of Violet #DC81EE
RGB
CMYK
RGB Variations
Color information
#DC81EE (or 0xDC81EE) is known color: Violet. HEX triplet: DC, 81 and EE. RGB value is (220,129,238). Sum of RGB (Red+Green+Blue) = 220+129+238=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC81EE is #237E11. Grayscale: #A8A8A8. Windows color (decimal): -2326034 or 15630812. OLE color: 15630812.
HSL color Cylindrical-coordinate representation of color #DC81EE: hue angle of 290.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC81EE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 129 | 238 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.07 |
| HSL | 290.09º | 0.76% | 0.72% | - |
| HSV(B) | 290.09º | 0.46% | 0.93% | - |
| XYZ | 52.8 | 37.09 | 85.27 | - |
| YUV | 168.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 238 | 0.08 | 0.46 | 0 | 0.07 | 290.09 | 0.76 | 0.72 |
| Hex | DC | 81 | EE | 8 | 2E | 0 | 7 | 122 | 4C | 48 |
| Octal | 334 | 201 | 356 | 10 | 56 | 0 | 7 | 442 | 114 | 110 |
| Binary | 11011100 | 10000001 | 11101110 | 1000 | 101110 | 0 | 111 | 100100010 | 1001100 | 1001000 |
Color Harmonies of #DC81EE
Complementary color
Monochromatic Colors of #DC81EE
Black with #DC81EE
Text Example
Text Example
White with #DC81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81EE; }
p { color: rgb(220,129,238); }
H1.HeaderClassName
{
color: #DC81EE;
}
.AnyTagClassName
{
color: #DC81EE;
}
</style>
background-color css
<style>
a { background-color: #DC81EE; }
a { background-color: rgb(220,129,238); }
div.DivClassName
{
background-color: #DC81EE;
}
.BgClassName
{
background-color: #DC81EE;
}
</style>
border-color css
<style>
span { border-color: #DC81EE; }
span { border-color: rgb(220,129,238); }
td.TdClassName
{
border-color: #DC81EE;
}
.TagClassName
{
border-color: #DC81EE;
}
</style>