Html Css Color HEX #DEA1FF Mauve

📋 copy color: '#DEA1FF'

red 222 ◦ green 161 ◦ blue 255

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

Shades of Mauve #DEA1FF

Tints of Mauve #DEA1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.24%

 BLUE value IS 255 (100% from 255) = 39.97%

R = 34.8%
G = 25.24%
B = 39.97%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DEA1FF (or 0xDEA1FF) is known color: Mauve. HEX triplet: DE, A1 and FF. RGB value is (222,161,255). Sum of RGB (Red+Green+Blue) = 222+161+255=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1FF is #215E00. Grayscale: #BDBDBD. Windows color (decimal): -2186753 or 16753118. OLE color: 16753118.

HSL color Cylindrical-coordinate representation of color #DEA1FF: hue angle of 278.94º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEA1FF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 161 255 -
CMYK 0.13 0.37 0 0
HSL 278.94º 1% 0.82% -
HSV(B) 278.94º 0.37% 1% -
XYZ 60.92 48.24 100.71 -
YUV 189.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 222 161 255 0.13 0.37 0 0 278.94 1 0.82
Hex DE A1 FF D 25 0 0 117 64 52
Octal 336 241 377 15 45 0 0 427 144 122
Binary 11011110 10100001 11111111 1101 100101 0 0 100010111 1100100 1010010

Color Harmonies of #DEA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA1FF

Black with #DEA1FF

Text Example


Text Example

White with #DEA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA1FF; }

 p { color: rgb(222,161,255); }

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

background-color css

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

 a { background-color: rgb(222,161,255); }

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

border-color css

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

 span { border-color: rgb(222,161,255); }

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