Html Css Color HEX #DE91ED Violet

📋 copy color: '#DE91ED'

red 222 ◦ green 145 ◦ blue 237

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

Shades of Violet #DE91ED

Tints of Violet #DE91ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 36.75%
G = 24.01%
B = 39.24%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE91ED (or 0xDE91ED) is known color: Violet. HEX triplet: DE, 91 and ED. RGB value is (222,145,237). Sum of RGB (Red+Green+Blue) = 222+145+237=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE91ED is #216E12. Grayscale: #B2B2B2. Windows color (decimal): -2190867 or 15569374. OLE color: 15569374.

HSL color Cylindrical-coordinate representation of color #DE91ED: hue angle of 290.22º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE91ED is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 145 237 -
CMYK 0.06 0.39 0 0.07
HSL 290.22º 0.72% 0.75% -
HSV(B) 290.22º 0.39% 0.93% -
XYZ 55.54 41.89 85.28 -
YUV 178.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 222 145 237 0.06 0.39 0 0.07 290.22 0.72 0.75
Hex DE 91 ED 6 27 0 7 122 48 4B
Octal 336 221 355 6 47 0 7 442 110 113
Binary 11011110 10010001 11101101 110 100111 0 111 100100010 1001000 1001011

Color Harmonies of #DE91ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE91ED

Black with #DE91ED

Text Example


Text Example

White with #DE91ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE91ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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