Html Css Color HEX #DBA5F8 Mauve

📋 copy color: '#DBA5F8'

red 219 ◦ green 165 ◦ blue 248

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

Shades of Mauve #DBA5F8

Tints of Mauve #DBA5F8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.11%

 BLUE value IS 248 (97.27% from 255) = 39.24%

R = 34.65%
G = 26.11%
B = 39.24%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBA5F8 (or 0xDBA5F8) is known color: Mauve. HEX triplet: DB, A5 and F8. RGB value is (219,165,248). Sum of RGB (Red+Green+Blue) = 219+165+248=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBA5F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5F8 is #245A07. Grayscale: #BEBEBE. Windows color (decimal): -2382344 or 16295387. OLE color: 16295387.

HSL color Cylindrical-coordinate representation of color #DBA5F8: hue angle of 279.04º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA5F8 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 165 248 -
CMYK 0.12 0.33 0 0.03
HSL 279.04º 0.86% 0.81% -
HSV(B) 279.04º 0.33% 0.97% -
XYZ 59.61 48.75 95.07 -
YUV 190.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 219 165 248 0.12 0.33 0 0.03 279.04 0.86 0.81
Hex DB A5 F8 C 21 0 3 117 56 51
Octal 333 245 370 14 41 0 3 427 126 121
Binary 11011011 10100101 11111000 1100 100001 0 11 100010111 1010110 1010001

Color Harmonies of #DBA5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5F8

Black with #DBA5F8

Text Example


Text Example

White with #DBA5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5F8; }

 p { color: rgb(219,165,248); }

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

background-color css

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

 a { background-color: rgb(219,165,248); }

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

border-color css

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

 span { border-color: rgb(219,165,248); }

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