Html Css Color HEX #DBA3FF Mauve

📋 copy color: '#DBA3FF'

red 219 ◦ green 163 ◦ blue 255

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

Shades of Mauve #DBA3FF

Tints of Mauve #DBA3FF

RGB

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

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

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

R = 34.38%
G = 25.59%
B = 40.03%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBA3FF (or 0xDBA3FF) is known color: Mauve. HEX triplet: DB, A3 and FF. RGB value is (219,163,255). Sum of RGB (Red+Green+Blue) = 219+163+255=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 163 (64.06% from 255 or 25.59% 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 #DBA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3FF is #245C00. Grayscale: #BDBDBD. Windows color (decimal): -2382849 or 16753627. OLE color: 16753627.

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

Color convert

RGB 219 163 255 -
CMYK 0.14 0.36 0 0
HSL 276.52º 1% 0.82% -
HSV(B) 276.52º 0.36% 1% -
XYZ 60.36 48.47 100.78 -
YUV 190.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 219 163 255 0.14 0.36 0 0 276.52 1 0.82
Hex DB A3 FF E 24 0 0 115 64 52
Octal 333 243 377 16 44 0 0 425 144 122
Binary 11011011 10100011 11111111 1110 100100 0 0 100010101 1100100 1010010

Color Harmonies of #DBA3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA3FF

Black with #DBA3FF

Text Example


Text Example

White with #DBA3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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