Shades of Violet #DE94F3
Tints of Violet #DE94F3
RGB
CMYK
RGB Variations
Color information
#DE94F3 (or 0xDE94F3) is known color: Violet. HEX triplet: DE, 94 and F3. RGB value is (222,148,243). Sum of RGB (Red+Green+Blue) = 222+148+243=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE94F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94F3 is #216B0C. Grayscale: #B4B4B4. Windows color (decimal): -2190093 or 15963358. OLE color: 15963358.
HSL color Cylindrical-coordinate representation of color #DE94F3: hue angle of 286.74º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE94F3 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 148 | 243 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.05 |
| HSL | 286.74º | 0.8% | 0.77% | - |
| HSV(B) | 286.74º | 0.39% | 0.95% | - |
| XYZ | 56.89 | 43.18 | 90.13 | - |
| YUV | 180.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 243 | 0.09 | 0.39 | 0 | 0.05 | 286.74 | 0.8 | 0.77 |
| Hex | DE | 94 | F3 | 9 | 27 | 0 | 5 | 11F | 50 | 4D |
| Octal | 336 | 224 | 363 | 11 | 47 | 0 | 5 | 437 | 120 | 115 |
| Binary | 11011110 | 10010100 | 11110011 | 1001 | 100111 | 0 | 101 | 100011111 | 1010000 | 1001101 |
Color Harmonies of #DE94F3
Complementary color
Monochromatic Colors of #DE94F3
Black with #DE94F3
Text Example
Text Example
White with #DE94F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE94F3; }
p { color: rgb(222,148,243); }
H1.HeaderClassName
{
color: #DE94F3;
}
.AnyTagClassName
{
color: #DE94F3;
}
</style>
background-color css
<style>
a { background-color: #DE94F3; }
a { background-color: rgb(222,148,243); }
div.DivClassName
{
background-color: #DE94F3;
}
.BgClassName
{
background-color: #DE94F3;
}
</style>
border-color css
<style>
span { border-color: #DE94F3; }
span { border-color: rgb(222,148,243); }
td.TdClassName
{
border-color: #DE94F3;
}
.TagClassName
{
border-color: #DE94F3;
}
</style>