Html Css Color HEX #DEA1F1 Mauve

📋 copy color: '#DEA1F1'

red 222 ◦ green 161 ◦ blue 241

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

Shades of Mauve #DEA1F1

Tints of Mauve #DEA1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.62%

R = 35.58%
G = 25.8%
B = 38.62%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DEA1F1 (or 0xDEA1F1) is known color: Mauve. HEX triplet: DE, A1 and F1. RGB value is (222,161,241). Sum of RGB (Red+Green+Blue) = 222+161+241=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1F1 is #215E0E. Grayscale: #BCBCBC. Windows color (decimal): -2186767 or 15835614. OLE color: 15835614.

HSL color Cylindrical-coordinate representation of color #DEA1F1: hue angle of 285.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA1F1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 161 241 -
CMYK 0.08 0.33 0 0.05
HSL 285.75º 0.74% 0.79% -
HSV(B) 285.75º 0.33% 0.95% -
XYZ 58.75 47.37 89.27 -
YUV 188.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 222 161 241 0.08 0.33 0 0.05 285.75 0.74 0.79
Hex DE A1 F1 8 21 0 5 11E 4A 4F
Octal 336 241 361 10 41 0 5 436 112 117
Binary 11011110 10100001 11110001 1000 100001 0 101 100011110 1001010 1001111

Color Harmonies of #DEA1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA1F1

Black with #DEA1F1

Text Example


Text Example

White with #DEA1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA1F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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