Shades of Violet #DA8FEE
Tints of Violet #DA8FEE
RGB
CMYK
RGB Variations
Color information
#DA8FEE (or 0xDA8FEE) is known color: Violet. HEX triplet: DA, 8F and EE. RGB value is (218,143,238). Sum of RGB (Red+Green+Blue) = 218+143+238=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8FEE is #257011. Grayscale: #AFAFAF. Windows color (decimal): -2453522 or 15634394. OLE color: 15634394.
HSL color Cylindrical-coordinate representation of color #DA8FEE: hue angle of 287.37º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8FEE is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 143 | 238 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.07 |
| HSL | 287.37º | 0.74% | 0.75% | - |
| HSV(B) | 287.37º | 0.4% | 0.93% | - |
| XYZ | 54.17 | 40.72 | 85.89 | - |
| YUV | 176.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 238 | 0.08 | 0.40 | 0 | 0.07 | 287.37 | 0.74 | 0.75 |
| Hex | DA | 8F | EE | 8 | 28 | 0 | 7 | 11F | 4A | 4B |
| Octal | 332 | 217 | 356 | 10 | 50 | 0 | 7 | 437 | 112 | 113 |
| Binary | 11011010 | 10001111 | 11101110 | 1000 | 101000 | 0 | 111 | 100011111 | 1001010 | 1001011 |
Color Harmonies of #DA8FEE
Complementary color
Monochromatic Colors of #DA8FEE
Black with #DA8FEE
Text Example
Text Example
White with #DA8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FEE; }
p { color: rgb(218,143,238); }
H1.HeaderClassName
{
color: #DA8FEE;
}
.AnyTagClassName
{
color: #DA8FEE;
}
</style>
background-color css
<style>
a { background-color: #DA8FEE; }
a { background-color: rgb(218,143,238); }
div.DivClassName
{
background-color: #DA8FEE;
}
.BgClassName
{
background-color: #DA8FEE;
}
</style>
border-color css
<style>
span { border-color: #DA8FEE; }
span { border-color: rgb(218,143,238); }
td.TdClassName
{
border-color: #DA8FEE;
}
.TagClassName
{
border-color: #DA8FEE;
}
</style>