Html Css Color HEX #DBA5FA Mauve

📋 copy color: '#DBA5FA'

red 219 ◦ green 165 ◦ blue 250

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

Shades of Mauve #DBA5FA

Tints of Mauve #DBA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.03%

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 34.54%
G = 26.03%
B = 39.43%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBA5FA (or 0xDBA5FA) is known color: Mauve. HEX triplet: DB, A5 and FA. RGB value is (219,165,250). Sum of RGB (Red+Green+Blue) = 219+165+250=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5FA is #245A05. Grayscale: #BEBEBE. Windows color (decimal): -2382342 or 16426459. OLE color: 16426459.

HSL color Cylindrical-coordinate representation of color #DBA5FA: hue angle of 278.12º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA5FA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 165 250 -
CMYK 0.12 0.34 0 0.02
HSL 278.12º 0.89% 0.81% -
HSV(B) 278.12º 0.34% 0.98% -
XYZ 59.92 48.87 96.72 -
YUV 190.84 161.39 148.09 -
System Red Green Blue C M Y K H S L
Decimal 219 165 250 0.12 0.34 0 0.02 278.12 0.89 0.81
Hex DB A5 FA C 22 0 2 116 59 51
Octal 333 245 372 14 42 0 2 426 131 121
Binary 11011011 10100101 11111010 1100 100010 0 10 100010110 1011001 1010001

Color Harmonies of #DBA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5FA

Black with #DBA5FA

Text Example


Text Example

White with #DBA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5FA; }

 p { color: rgb(219,165,250); }

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

background-color css

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

 a { background-color: rgb(219,165,250); }

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

border-color css

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

 span { border-color: rgb(219,165,250); }

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