Html Css Color HEX #DBA0FA Mauve

📋 copy color: '#DBA0FA'

red 219 ◦ green 160 ◦ blue 250

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

Shades of Mauve #DBA0FA

Tints of Mauve #DBA0FA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.44%

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

R = 34.82%
G = 25.44%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBA0FA (or 0xDBA0FA) is known color: Mauve. HEX triplet: DB, A0 and FA. RGB value is (219,160,250). Sum of RGB (Red+Green+Blue) = 219+160+250=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0FA is #245F05. Grayscale: #BBBBBB. Windows color (decimal): -2383622 or 16425179. OLE color: 16425179.

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

Color convert

RGB 219 160 250 -
CMYK 0.12 0.36 0 0.02
HSL 279.33º 0.9% 0.8% -
HSV(B) 279.33º 0.36% 0.98% -
XYZ 59.04 47.1 96.42 -
YUV 187.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 219 160 250 0.12 0.36 0 0.02 279.33 0.9 0.8
Hex DB A0 FA C 24 0 2 117 5A 50
Octal 333 240 372 14 44 0 2 427 132 120
Binary 11011011 10100000 11111010 1100 100100 0 10 100010111 1011010 1010000

Color Harmonies of #DBA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0FA

Black with #DBA0FA

Text Example


Text Example

White with #DBA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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