Html Css Color HEX #DBA0F6 Mauve

📋 copy color: '#DBA0F6'

red 219 ◦ green 160 ◦ blue 246

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

Shades of Mauve #DBA0F6

Tints of Mauve #DBA0F6

RGB

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

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

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

R = 35.04%
G = 25.6%
B = 39.36%

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

#DBA0F6 (or 0xDBA0F6) is known color: Mauve. HEX triplet: DB, A0 and F6. RGB value is (219,160,246). Sum of RGB (Red+Green+Blue) = 219+160+246=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBA0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0F6 is #245F09. Grayscale: #BBBBBB. Windows color (decimal): -2383626 or 16163035. OLE color: 16163035.

HSL color Cylindrical-coordinate representation of color #DBA0F6: hue angle of 281.16º 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 #DBA0F6 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 160 246 -
CMYK 0.11 0.35 0 0.04
HSL 281.16º 0.83% 0.8% -
HSV(B) 281.16º 0.35% 0.96% -
XYZ 58.42 46.86 93.15 -
YUV 187.45 161.05 150.51 -
System Red Green Blue C M Y K H S L
Decimal 219 160 246 0.11 0.35 0 0.04 281.16 0.83 0.8
Hex DB A0 F6 B 23 0 4 119 53 50
Octal 333 240 366 13 43 0 4 431 123 120
Binary 11011011 10100000 11110110 1011 100011 0 100 100011001 1010011 1010000

Color Harmonies of #DBA0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0F6

Black with #DBA0F6

Text Example


Text Example

White with #DBA0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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