Html Css Color HEX #DE93F2 Violet

📋 copy color: '#DE93F2'

red 222 ◦ green 147 ◦ blue 242

#DE93F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #DE93F2

Tints of Violet #DE93F2

RGB

 RED value IS 222 (87.11% from 255) = 36.33%

 GREEN value IS 147 (57.81% from 255) = 24.06%

 BLUE value IS 242 (94.92% from 255) = 39.61%

R = 36.33%
G = 24.06%
B = 39.61%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DE93F2 (or 0xDE93F2) is known color: Violet. HEX triplet: DE, 93 and F2. RGB value is (222,147,242). Sum of RGB (Red+Green+Blue) = 222+147+242=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE93F2 is #216C0D. Grayscale: #B3B3B3. Windows color (decimal): -2190350 or 15897566. OLE color: 15897566.

HSL color Cylindrical-coordinate representation of color #DE93F2: hue angle of 287.37º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE93F2 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 147 242 -
CMYK 0.08 0.39 0 0.05
HSL 287.37º 0.79% 0.76% -
HSV(B) 287.37º 0.39% 0.95% -
XYZ 56.58 42.81 89.28 -
YUV 180.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 222 147 242 0.08 0.39 0 0.05 287.37 0.79 0.76
Hex DE 93 F2 8 27 0 5 11F 4F 4C
Octal 336 223 362 10 47 0 5 437 117 114
Binary 11011110 10010011 11110010 1000 100111 0 101 100011111 1001111 1001100

Color Harmonies of #DE93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE93F2

Black with #DE93F2

Text Example


Text Example

White with #DE93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE93F2; }

 p { color: rgb(222,147,242); }

 H1.HeaderClassName
 {
   color: #DE93F2;
 }
 .AnyTagClassName
 {
   color: #DE93F2;
 }
</style>

background-color css

<style>
 a { background-color: #DE93F2; }

 a { background-color: rgb(222,147,242); }

 div.DivClassName
 {
   background-color: #DE93F2;
 }
 .BgClassName
 {
   background-color: #DE93F2;
 }
</style>

border-color css

<style>
 span { border-color: #DE93F2; }

 span { border-color: rgb(222,147,242); }

 td.TdClassName
 {
   border-color: #DE93F2;
 }
 .TagClassName
 {
   border-color: #DE93F2;
 }
</style>