Html Css Color HEX #DBA4F5 Mauve

📋 copy color: '#DBA4F5'

red 219 ◦ green 164 ◦ blue 245

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

Shades of Mauve #DBA4F5

Tints of Mauve #DBA4F5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.11%

 BLUE value IS 245 (96.09% from 255) = 39.01%

R = 34.87%
G = 26.11%
B = 39.01%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBA4F5 (or 0xDBA4F5) is known color: Mauve. HEX triplet: DB, A4 and F5. RGB value is (219,164,245). Sum of RGB (Red+Green+Blue) = 219+164+245=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBA4F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4F5 is #245B0A. Grayscale: #BDBDBD. Windows color (decimal): -2382603 or 16098523. OLE color: 16098523.

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

Color convert

RGB 219 164 245 -
CMYK 0.11 0.33 0 0.04
HSL 280.74º 0.8% 0.8% -
HSV(B) 280.74º 0.33% 0.96% -
XYZ 58.97 48.2 92.58 -
YUV 189.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 219 164 245 0.11 0.33 0 0.04 280.74 0.8 0.8
Hex DB A4 F5 B 21 0 4 119 50 50
Octal 333 244 365 13 41 0 4 431 120 120
Binary 11011011 10100100 11110101 1011 100001 0 100 100011001 1010000 1010000

Color Harmonies of #DBA4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4F5

Black with #DBA4F5

Text Example


Text Example

White with #DBA4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4F5; }

 p { color: rgb(219,164,245); }

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

background-color css

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

 a { background-color: rgb(219,164,245); }

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

border-color css

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

 span { border-color: rgb(219,164,245); }

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