Html Css Color HEX #DBA1F6 Mauve

📋 copy color: '#DBA1F6'

red 219 ◦ green 161 ◦ blue 246

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

Shades of Mauve #DBA1F6

Tints of Mauve #DBA1F6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.72%

 BLUE value IS 246 (96.48% from 255) = 39.3%

R = 34.98%
G = 25.72%
B = 39.3%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBA1F6 (or 0xDBA1F6) is known color: Mauve. HEX triplet: DB, A1 and F6. RGB value is (219,161,246). Sum of RGB (Red+Green+Blue) = 219+161+246=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBA1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1F6 is #245E09. Grayscale: #BBBBBB. Windows color (decimal): -2383370 or 16163291. OLE color: 16163291.

HSL color Cylindrical-coordinate representation of color #DBA1F6: hue angle of 280.94º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA1F6 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 161 246 -
CMYK 0.11 0.35 0 0.04
HSL 280.94º 0.83% 0.8% -
HSV(B) 280.94º 0.35% 0.96% -
XYZ 58.59 47.2 93.21 -
YUV 188.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 219 161 246 0.11 0.35 0 0.04 280.94 0.83 0.8
Hex DB A1 F6 B 23 0 4 119 53 50
Octal 333 241 366 13 43 0 4 431 123 120
Binary 11011011 10100001 11110110 1011 100011 0 100 100011001 1010011 1010000

Color Harmonies of #DBA1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1F6

Black with #DBA1F6

Text Example


Text Example

White with #DBA1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1F6; }

 p { color: rgb(219,161,246); }

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

background-color css

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

 a { background-color: rgb(219,161,246); }

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

border-color css

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

 span { border-color: rgb(219,161,246); }

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