Shades of Violet #DA8CEE
Tints of Violet #DA8CEE
RGB
CMYK
RGB Variations
Color information
#DA8CEE (or 0xDA8CEE) is known color: Violet. HEX triplet: DA, 8C and EE. RGB value is (218,140,238). Sum of RGB (Red+Green+Blue) = 218+140+238=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CEE is #257311. Grayscale: #AEAEAE. Windows color (decimal): -2454290 or 15633626. OLE color: 15633626.
HSL color Cylindrical-coordinate representation of color #DA8CEE: hue angle of 287.76º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8CEE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 140 | 238 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.07 |
| HSL | 287.76º | 0.74% | 0.74% | - |
| HSV(B) | 287.76º | 0.41% | 0.93% | - |
| XYZ | 53.72 | 39.83 | 85.75 | - |
| YUV | 174.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 238 | 0.08 | 0.41 | 0 | 0.07 | 287.76 | 0.74 | 0.74 |
| Hex | DA | 8C | EE | 8 | 29 | 0 | 7 | 120 | 4A | 4A |
| Octal | 332 | 214 | 356 | 10 | 51 | 0 | 7 | 440 | 112 | 112 |
| Binary | 11011010 | 10001100 | 11101110 | 1000 | 101001 | 0 | 111 | 100100000 | 1001010 | 1001010 |
Color Harmonies of #DA8CEE
Complementary color
Monochromatic Colors of #DA8CEE
Black with #DA8CEE
Text Example
Text Example
White with #DA8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CEE; }
p { color: rgb(218,140,238); }
H1.HeaderClassName
{
color: #DA8CEE;
}
.AnyTagClassName
{
color: #DA8CEE;
}
</style>
background-color css
<style>
a { background-color: #DA8CEE; }
a { background-color: rgb(218,140,238); }
div.DivClassName
{
background-color: #DA8CEE;
}
.BgClassName
{
background-color: #DA8CEE;
}
</style>
border-color css
<style>
span { border-color: #DA8CEE; }
span { border-color: rgb(218,140,238); }
td.TdClassName
{
border-color: #DA8CEE;
}
.TagClassName
{
border-color: #DA8CEE;
}
</style>