Html Css Color HEX #DE96FA Mauve

📋 copy color: '#DE96FA'

red 222 ◦ green 150 ◦ blue 250

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

Shades of Mauve #DE96FA

Tints of Mauve #DE96FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.12%

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 35.69%
G = 24.12%
B = 40.19%

CMYK

 C value IS 0.11

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE96FA (or 0xDE96FA) is known color: Mauve. HEX triplet: DE, 96 and FA. RGB value is (222,150,250). Sum of RGB (Red+Green+Blue) = 222+150+250=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96FA is #216905. Grayscale: #B6B6B6. Windows color (decimal): -2189574 or 16422622. OLE color: 16422622.

HSL color Cylindrical-coordinate representation of color #DE96FA: hue angle of 283.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE96FA is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 150 250 -
CMYK 0.11 0.4 0 0.02
HSL 283.2º 0.91% 0.78% -
HSV(B) 283.2º 0.4% 0.98% -
XYZ 58.29 44.24 95.91 -
YUV 182.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 222 150 250 0.11 0.4 0 0.02 283.2 0.91 0.78
Hex DE 96 FA B 28 0 2 11B 5B 4E
Octal 336 226 372 13 50 0 2 433 133 116
Binary 11011110 10010110 11111010 1011 101000 0 10 100011011 1011011 1001110

Color Harmonies of #DE96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE96FA

Black with #DE96FA

Text Example


Text Example

White with #DE96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE96FA; }

 p { color: rgb(222,150,250); }

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

background-color css

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

 a { background-color: rgb(222,150,250); }

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

border-color css

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

 span { border-color: rgb(222,150,250); }

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