Html Css Color HEX #DBA3F1 Mauve

📋 copy color: '#DBA3F1'

red 219 ◦ green 163 ◦ blue 241

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

Shades of Mauve #DBA3F1

Tints of Mauve #DBA3F1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.16%

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

R = 35.15%
G = 26.16%
B = 38.68%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBA3F1 (or 0xDBA3F1) is known color: Mauve. HEX triplet: DB, A3 and F1. RGB value is (219,163,241). Sum of RGB (Red+Green+Blue) = 219+163+241=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBA3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3F1 is #245C0E. Grayscale: #BCBCBC. Windows color (decimal): -2382863 or 15836123. OLE color: 15836123.

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

Color convert

RGB 219 163 241 -
CMYK 0.09 0.32 0 0.05
HSL 283.08º 0.74% 0.79% -
HSV(B) 283.08º 0.32% 0.95% -
XYZ 58.19 47.61 89.34 -
YUV 188.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 219 163 241 0.09 0.32 0 0.05 283.08 0.74 0.79
Hex DB A3 F1 9 20 0 5 11B 4A 4F
Octal 333 243 361 11 40 0 5 433 112 117
Binary 11011011 10100011 11110001 1001 100000 0 101 100011011 1001010 1001111

Color Harmonies of #DBA3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA3F1

Black with #DBA3F1

Text Example


Text Example

White with #DBA3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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