Html Css Color HEX #DEA0FF Mauve

📋 copy color: '#DEA0FF'

red 222 ◦ green 160 ◦ blue 255

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

Shades of Mauve #DEA0FF

Tints of Mauve #DEA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.12%

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

R = 34.85%
G = 25.12%
B = 40.03%

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

#DEA0FF (or 0xDEA0FF) is known color: Mauve. HEX triplet: DE, A0 and FF. RGB value is (222,160,255). Sum of RGB (Red+Green+Blue) = 222+160+255=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 160 (62.89% from 255 or 25.12% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA0FF is #215F00. Grayscale: #BDBDBD. Windows color (decimal): -2187009 or 16752862. OLE color: 16752862.

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

Color convert

RGB 222 160 255 -
CMYK 0.13 0.37 0 0
HSL 279.16º 1% 0.81% -
HSV(B) 279.16º 0.37% 1% -
XYZ 60.75 47.89 100.65 -
YUV 189.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 222 160 255 0.13 0.37 0 0 279.16 1 0.81
Hex DE A0 FF D 25 0 0 117 64 51
Octal 336 240 377 15 45 0 0 427 144 121
Binary 11011110 10100000 11111111 1101 100101 0 0 100010111 1100100 1010001

Color Harmonies of #DEA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA0FF

Black with #DEA0FF

Text Example


Text Example

White with #DEA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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