#DE9AFD

Color #DE9AFD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DE9AFD

Tints of Mauve #DE9AFD

Color information

#DE9AFD (or 0xDE9AFD) is unknown color: approx Mauve. HEX triplet: DE, 9A and FD. RGB value is (222,154,253). Sum of RGB (Red+Green+Blue) = 222+154+253=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9AFD is #216502. Grayscale: #B9B9B9. Windows color (decimal): -2188547 or 16620254. OLE color: 16620254.

HSL color Cylindrical-coordinate representation of color #DE9AFD: hue angle of 281.21º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE9AFD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222154253-
CMYK0.120.3900.01
HSL281.21º96.12%79.8%-
HSV(B)281.21º39.13%99.22%-
XYZ59.4145.7398.62-
YUV185.62166.03153.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 154 (60.55% from 255) = 24.48%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=35.29%
G=24.48%
B=40.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221542530.120.3900.01281.2196.1279.8
HexDE9AFDC27011196050
Octal336232375144701431140120
Binary11011110100110101111110111001001110110001100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9AFD; }

 p { color: rgb(222,154,253); }

 H1.HeaderClassName
 {
   color: #DE9AFD;
 }
 .AnyTagClassName
 {
   color: #DE9AFD;
 }
</style>
background-color css

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

 a { background-color: rgb(222,154,253); }

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

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

 span { border-color: rgb(222,154,253); }

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