Html Css Color HEX #DE95F6 Mauve

📋 copy color: '#DE95F6'

red 222 ◦ green 149 ◦ blue 246

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

Shades of Mauve #DE95F6

Tints of Mauve #DE95F6

RGB

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

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

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

R = 35.98%
G = 24.15%
B = 39.87%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DE95F6 (or 0xDE95F6) is known color: Mauve. HEX triplet: DE, 95 and F6. RGB value is (222,149,246). Sum of RGB (Red+Green+Blue) = 222+149+246=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE95F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE95F6 is #216A09. Grayscale: #B5B5B5. Windows color (decimal): -2189834 or 16160222. OLE color: 16160222.

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

Color convert

RGB 222 149 246 -
CMYK 0.10 0.39 0 0.04
HSL 285.15º 0.84% 0.77% -
HSV(B) 285.15º 0.39% 0.96% -
XYZ 57.51 43.68 92.59 -
YUV 181.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 222 149 246 0.10 0.39 0 0.04 285.15 0.84 0.77
Hex DE 95 F6 A 27 0 4 11D 54 4D
Octal 336 225 366 12 47 0 4 435 124 115
Binary 11011110 10010101 11110110 1010 100111 0 100 100011101 1010100 1001101

Color Harmonies of #DE95F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE95F6

Black with #DE95F6

Text Example


Text Example

White with #DE95F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE95F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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