Html Css Color HEX #DBA0FE Mauve

📋 copy color: '#DBA0FE'

red 219 ◦ green 160 ◦ blue 254

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

Shades of Mauve #DBA0FE

Tints of Mauve #DBA0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 34.6%
G = 25.28%
B = 40.13%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBA0FE (or 0xDBA0FE) is known color: Mauve. HEX triplet: DB, A0 and FE. RGB value is (219,160,254). Sum of RGB (Red+Green+Blue) = 219+160+254=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0FE is #245F01. Grayscale: #BCBCBC. Windows color (decimal): -2383618 or 16687323. OLE color: 16687323.

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

Color convert

RGB 219 160 254 -
CMYK 0.14 0.37 0 0.00
HSL 277.66º 0.98% 0.81% -
HSV(B) 277.66º 0.37% 1% -
XYZ 59.67 47.36 99.76 -
YUV 188.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 219 160 254 0.14 0.37 0 0.00 277.66 0.98 0.81
Hex DB A0 FE E 25 0 0 116 62 51
Octal 333 240 376 16 45 0 0 426 142 121
Binary 11011011 10100000 11111110 1110 100101 0 0 100010110 1100010 1010001

Color Harmonies of #DBA0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0FE

Black with #DBA0FE

Text Example


Text Example

White with #DBA0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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