Html Css Color HEX #DBA5FC Mauve

📋 copy color: '#DBA5FC'

red 219 ◦ green 165 ◦ blue 252

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

Shades of Mauve #DBA5FC

Tints of Mauve #DBA5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 34.43%
G = 25.94%
B = 39.62%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBA5FC (or 0xDBA5FC) is known color: Mauve. HEX triplet: DB, A5 and FC. RGB value is (219,165,252). Sum of RGB (Red+Green+Blue) = 219+165+252=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 165 (64.84% from 255 or 25.94% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5FC is #245A03. Grayscale: #BEBEBE. Windows color (decimal): -2382340 or 16557531. OLE color: 16557531.

HSL color Cylindrical-coordinate representation of color #DBA5FC: hue angle of 277.24º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA5FC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 165 252 -
CMYK 0.13 0.35 0 0.01
HSL 277.24º 0.94% 0.82% -
HSV(B) 277.24º 0.35% 0.99% -
XYZ 60.24 49 98.38 -
YUV 191.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 219 165 252 0.13 0.35 0 0.01 277.24 0.94 0.82
Hex DB A5 FC D 23 0 1 115 5E 52
Octal 333 245 374 15 43 0 1 425 136 122
Binary 11011011 10100101 11111100 1101 100011 0 1 100010101 1011110 1010010

Color Harmonies of #DBA5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5FC

Black with #DBA5FC

Text Example


Text Example

White with #DBA5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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