Html Css Color HEX #DE91F6 Violet

📋 copy color: '#DE91F6'

red 222 ◦ green 145 ◦ blue 246

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

Shades of Violet #DE91F6

Tints of Violet #DE91F6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.65%

 BLUE value IS 246 (96.48% from 255) = 40.13%

R = 36.22%
G = 23.65%
B = 40.13%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DE91F6 (or 0xDE91F6) is known color: Violet. HEX triplet: DE, 91 and F6. RGB value is (222,145,246). Sum of RGB (Red+Green+Blue) = 222+145+246=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE91F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE91F6 is #216E09. Grayscale: #B3B3B3. Windows color (decimal): -2190858 or 16159198. OLE color: 16159198.

HSL color Cylindrical-coordinate representation of color #DE91F6: hue angle of 285.74º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE91F6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 145 246 -
CMYK 0.10 0.41 0 0.04
HSL 285.74º 0.85% 0.77% -
HSV(B) 285.74º 0.41% 0.96% -
XYZ 56.88 42.43 92.38 -
YUV 179.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 222 145 246 0.10 0.41 0 0.04 285.74 0.85 0.77
Hex DE 91 F6 A 29 0 4 11E 55 4D
Octal 336 221 366 12 51 0 4 436 125 115
Binary 11011110 10010001 11110110 1010 101001 0 100 100011110 1010101 1001101

Color Harmonies of #DE91F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE91F6

Black with #DE91F6

Text Example


Text Example

White with #DE91F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE91F6; }

 p { color: rgb(222,145,246); }

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

background-color css

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

 a { background-color: rgb(222,145,246); }

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

border-color css

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

 span { border-color: rgb(222,145,246); }

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