Html Css Color HEX #DBA2F1 Mauve

📋 copy color: '#DBA2F1'

red 219 ◦ green 162 ◦ blue 241

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

Shades of Mauve #DBA2F1

Tints of Mauve #DBA2F1

RGB

 RED value IS 219 (85.94% from 255) = 35.21%

 GREEN value IS 162 (63.67% from 255) = 26.05%

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

R = 35.21%
G = 26.05%
B = 38.75%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBA2F1 (or 0xDBA2F1) is known color: Mauve. HEX triplet: DB, A2 and F1. RGB value is (219,162,241). Sum of RGB (Red+Green+Blue) = 219+162+241=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBA2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2F1 is #245D0E. Grayscale: #BBBBBB. Windows color (decimal): -2383119 or 15835867. OLE color: 15835867.

HSL color Cylindrical-coordinate representation of color #DBA2F1: hue angle of 283.29º 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 #DBA2F1 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 162 241 -
CMYK 0.09 0.33 0 0.05
HSL 283.29º 0.74% 0.79% -
HSV(B) 283.29º 0.33% 0.95% -
XYZ 58.01 47.25 89.28 -
YUV 188.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 219 162 241 0.09 0.33 0 0.05 283.29 0.74 0.79
Hex DB A2 F1 9 21 0 5 11B 4A 4F
Octal 333 242 361 11 41 0 5 433 112 117
Binary 11011011 10100010 11110001 1001 100001 0 101 100011011 1001010 1001111

Color Harmonies of #DBA2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2F1

Black with #DBA2F1

Text Example


Text Example

White with #DBA2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2F1; }

 p { color: rgb(219,162,241); }

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

background-color css

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

 a { background-color: rgb(219,162,241); }

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

border-color css

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

 span { border-color: rgb(219,162,241); }

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