Shades of Violet #DA8BEE
Tints of Violet #DA8BEE
RGB
CMYK
RGB Variations
Color information
#DA8BEE (or 0xDA8BEE) is known color: Violet. HEX triplet: DA, 8B and EE. RGB value is (218,139,238). Sum of RGB (Red+Green+Blue) = 218+139+238=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8BEE is #257411. Grayscale: #ADADAD. Windows color (decimal): -2454546 or 15633370. OLE color: 15633370.
HSL color Cylindrical-coordinate representation of color #DA8BEE: hue angle of 287.88º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA8BEE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 139 | 238 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.07 |
| HSL | 287.88º | 0.74% | 0.74% | - |
| HSV(B) | 287.88º | 0.42% | 0.93% | - |
| XYZ | 53.58 | 39.54 | 85.7 | - |
| YUV | 173.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 238 | 0.08 | 0.42 | 0 | 0.07 | 287.88 | 0.74 | 0.74 |
| Hex | DA | 8B | EE | 8 | 2A | 0 | 7 | 120 | 4A | 4A |
| Octal | 332 | 213 | 356 | 10 | 52 | 0 | 7 | 440 | 112 | 112 |
| Binary | 11011010 | 10001011 | 11101110 | 1000 | 101010 | 0 | 111 | 100100000 | 1001010 | 1001010 |
Color Harmonies of #DA8BEE
Complementary color
Monochromatic Colors of #DA8BEE
Black with #DA8BEE
Text Example
Text Example
White with #DA8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BEE; }
p { color: rgb(218,139,238); }
H1.HeaderClassName
{
color: #DA8BEE;
}
.AnyTagClassName
{
color: #DA8BEE;
}
</style>
background-color css
<style>
a { background-color: #DA8BEE; }
a { background-color: rgb(218,139,238); }
div.DivClassName
{
background-color: #DA8BEE;
}
.BgClassName
{
background-color: #DA8BEE;
}
</style>
border-color css
<style>
span { border-color: #DA8BEE; }
span { border-color: rgb(218,139,238); }
td.TdClassName
{
border-color: #DA8BEE;
}
.TagClassName
{
border-color: #DA8BEE;
}
</style>