Shades of Violet #DA8CED
Tints of Violet #DA8CED
RGB
CMYK
RGB Variations
Color information
#DA8CED (or 0xDA8CED) is known color: Violet. HEX triplet: DA, 8C and ED. RGB value is (218,140,237). Sum of RGB (Red+Green+Blue) = 218+140+237=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8CED is #257312. Grayscale: #AEAEAE. Windows color (decimal): -2454291 or 15568090. OLE color: 15568090.
HSL color Cylindrical-coordinate representation of color #DA8CED: hue angle of 288.25º degrees, saturation: 0.73, 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 #DA8CED is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 140 | 237 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.07 |
| HSL | 288.25º | 0.73% | 0.74% | - |
| HSV(B) | 288.25º | 0.41% | 0.93% | - |
| XYZ | 53.58 | 39.78 | 84.97 | - |
| YUV | 174.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 237 | 0.08 | 0.41 | 0 | 0.07 | 288.25 | 0.73 | 0.74 |
| Hex | DA | 8C | ED | 8 | 29 | 0 | 7 | 120 | 49 | 4A |
| Octal | 332 | 214 | 355 | 10 | 51 | 0 | 7 | 440 | 111 | 112 |
| Binary | 11011010 | 10001100 | 11101101 | 1000 | 101001 | 0 | 111 | 100100000 | 1001001 | 1001010 |
Color Harmonies of #DA8CED
Complementary color
Monochromatic Colors of #DA8CED
Black with #DA8CED
Text Example
Text Example
White with #DA8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CED; }
p { color: rgb(218,140,237); }
H1.HeaderClassName
{
color: #DA8CED;
}
.AnyTagClassName
{
color: #DA8CED;
}
</style>
background-color css
<style>
a { background-color: #DA8CED; }
a { background-color: rgb(218,140,237); }
div.DivClassName
{
background-color: #DA8CED;
}
.BgClassName
{
background-color: #DA8CED;
}
</style>
border-color css
<style>
span { border-color: #DA8CED; }
span { border-color: rgb(218,140,237); }
td.TdClassName
{
border-color: #DA8CED;
}
.TagClassName
{
border-color: #DA8CED;
}
</style>