Html Css Color HEX #DBA3FC Mauve

📋 copy color: '#DBA3FC'

red 219 ◦ green 163 ◦ blue 252

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

Shades of Mauve #DBA3FC

Tints of Mauve #DBA3FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.75%

R = 34.54%
G = 25.71%
B = 39.75%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBA3FC (or 0xDBA3FC) is known color: Mauve. HEX triplet: DB, A3 and FC. RGB value is (219,163,252). Sum of RGB (Red+Green+Blue) = 219+163+252=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 163 (64.06% from 255 or 25.71% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3FC is #245C03. Grayscale: #BDBDBD. Windows color (decimal): -2382852 or 16557019. OLE color: 16557019.

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

Color convert

RGB 219 163 252 -
CMYK 0.13 0.35 0 0.01
HSL 277.75º 0.94% 0.81% -
HSV(B) 277.75º 0.35% 0.99% -
XYZ 59.88 48.28 98.26 -
YUV 189.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 219 163 252 0.13 0.35 0 0.01 277.75 0.94 0.81
Hex DB A3 FC D 23 0 1 116 5E 51
Octal 333 243 374 15 43 0 1 426 136 121
Binary 11011011 10100011 11111100 1101 100011 0 1 100010110 1011110 1010001

Color Harmonies of #DBA3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA3FC

Black with #DBA3FC

Text Example


Text Example

White with #DBA3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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