Shades of Violet #DA84E6
Tints of Violet #DA84E6
RGB
CMYK
RGB Variations
Color information
#DA84E6 (or 0xDA84E6) is known color: Violet. HEX triplet: DA, 84 and E6. RGB value is (218,132,230). Sum of RGB (Red+Green+Blue) = 218+132+230=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA84E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA84E6 is #257B19. Grayscale: #A8A8A8. Windows color (decimal): -2456346 or 15107290. OLE color: 15107290.
HSL color Cylindrical-coordinate representation of color #DA84E6: hue angle of 292.65º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA84E6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 132 | 230 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.10 |
| HSL | 292.65º | 0.66% | 0.71% | - |
| HSV(B) | 292.65º | 0.43% | 0.9% | - |
| XYZ | 51.45 | 37.12 | 79.32 | - |
| YUV | 168.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 230 | 0.05 | 0.43 | 0 | 0.10 | 292.65 | 0.66 | 0.71 |
| Hex | DA | 84 | E6 | 5 | 2B | 0 | A | 125 | 42 | 47 |
| Octal | 332 | 204 | 346 | 5 | 53 | 0 | 12 | 445 | 102 | 107 |
| Binary | 11011010 | 10000100 | 11100110 | 101 | 101011 | 0 | 1010 | 100100101 | 1000010 | 1000111 |
Color Harmonies of #DA84E6
Complementary color
Monochromatic Colors of #DA84E6
Black with #DA84E6
Text Example
Text Example
White with #DA84E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84E6; }
p { color: rgb(218,132,230); }
H1.HeaderClassName
{
color: #DA84E6;
}
.AnyTagClassName
{
color: #DA84E6;
}
</style>
background-color css
<style>
a { background-color: #DA84E6; }
a { background-color: rgb(218,132,230); }
div.DivClassName
{
background-color: #DA84E6;
}
.BgClassName
{
background-color: #DA84E6;
}
</style>
border-color css
<style>
span { border-color: #DA84E6; }
span { border-color: rgb(218,132,230); }
td.TdClassName
{
border-color: #DA84E6;
}
.TagClassName
{
border-color: #DA84E6;
}
</style>