Html Css Color HEX #DE95FA Mauve

📋 copy color: '#DE95FA'

red 222 ◦ green 149 ◦ blue 250

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

Shades of Mauve #DE95FA

Tints of Mauve #DE95FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.99%

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

R = 35.75%
G = 23.99%
B = 40.26%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE95FA (or 0xDE95FA) is known color: Mauve. HEX triplet: DE, 95 and FA. RGB value is (222,149,250). Sum of RGB (Red+Green+Blue) = 222+149+250=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE95FA is #216A05. Grayscale: #B6B6B6. Windows color (decimal): -2189830 or 16422366. OLE color: 16422366.

HSL color Cylindrical-coordinate representation of color #DE95FA: hue angle of 283.37º 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 #DE95FA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 149 250 -
CMYK 0.11 0.40 0 0.02
HSL 283.37º 0.91% 0.78% -
HSV(B) 283.37º 0.4% 0.98% -
XYZ 58.13 43.93 95.86 -
YUV 182.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 222 149 250 0.11 0.40 0 0.02 283.37 0.91 0.78
Hex DE 95 FA B 28 0 2 11B 5B 4E
Octal 336 225 372 13 50 0 2 433 133 116
Binary 11011110 10010101 11111010 1011 101000 0 10 100011011 1011011 1001110

Color Harmonies of #DE95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE95FA

Black with #DE95FA

Text Example


Text Example

White with #DE95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE95FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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