Html Css Color HEX #DBA1FC Mauve

📋 copy color: '#DBA1FC'

red 219 ◦ green 161 ◦ blue 252

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

Shades of Mauve #DBA1FC

Tints of Mauve #DBA1FC

RGB

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

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

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

R = 34.65%
G = 25.47%
B = 39.87%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBA1FC (or 0xDBA1FC) is known color: Mauve. HEX triplet: DB, A1 and FC. RGB value is (219,161,252). Sum of RGB (Red+Green+Blue) = 219+161+252=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1FC is #245E03. Grayscale: #BCBCBC. Windows color (decimal): -2383364 or 16556507. OLE color: 16556507.

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

Color convert

RGB 219 161 252 -
CMYK 0.13 0.36 0 0.01
HSL 278.24º 0.94% 0.81% -
HSV(B) 278.24º 0.36% 0.99% -
XYZ 59.53 47.58 98.14 -
YUV 188.72 163.72 149.6 -
System Red Green Blue C M Y K H S L
Decimal 219 161 252 0.13 0.36 0 0.01 278.24 0.94 0.81
Hex DB A1 FC D 24 0 1 116 5E 51
Octal 333 241 374 15 44 0 1 426 136 121
Binary 11011011 10100001 11111100 1101 100100 0 1 100010110 1011110 1010001

Color Harmonies of #DBA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1FC

Black with #DBA1FC

Text Example


Text Example

White with #DBA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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