Html Css Color HEX #DBA0FF Mauve

📋 copy color: '#DBA0FF'

red 219 ◦ green 160 ◦ blue 255

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

Shades of Mauve #DBA0FF

Tints of Mauve #DBA0FF

RGB

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

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

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

R = 34.54%
G = 25.24%
B = 40.22%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBA0FF (or 0xDBA0FF) is known color: Mauve. HEX triplet: DB, A0 and FF. RGB value is (219,160,255). Sum of RGB (Red+Green+Blue) = 219+160+255=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0FF is #245F00. Grayscale: #BCBCBC. Windows color (decimal): -2383617 or 16752859. OLE color: 16752859.

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

Color convert

RGB 219 160 255 -
CMYK 0.14 0.37 0 0
HSL 277.26º 1% 0.81% -
HSV(B) 277.26º 0.37% 1% -
XYZ 59.83 47.42 100.61 -
YUV 188.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 219 160 255 0.14 0.37 0 0 277.26 1 0.81
Hex DB A0 FF E 25 0 0 115 64 51
Octal 333 240 377 16 45 0 0 425 144 121
Binary 11011011 10100000 11111111 1110 100101 0 0 100010101 1100100 1010001

Color Harmonies of #DBA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0FF

Black with #DBA0FF

Text Example


Text Example

White with #DBA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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