Html Css Color HEX #DBA0FC Mauve

📋 copy color: '#DBA0FC'

red 219 ◦ green 160 ◦ blue 252

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

Shades of Mauve #DBA0FC

Tints of Mauve #DBA0FC

RGB

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

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

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

R = 34.71%
G = 25.36%
B = 39.94%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBA0FC (or 0xDBA0FC) is known color: Mauve. HEX triplet: DB, A0 and FC. RGB value is (219,160,252). Sum of RGB (Red+Green+Blue) = 219+160+252=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0FC is #245F03. Grayscale: #BBBBBB. Windows color (decimal): -2383620 or 16556251. OLE color: 16556251.

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

Color convert

RGB 219 160 252 -
CMYK 0.13 0.37 0 0.01
HSL 278.48º 0.94% 0.81% -
HSV(B) 278.48º 0.37% 0.99% -
XYZ 59.35 47.23 98.08 -
YUV 188.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 219 160 252 0.13 0.37 0 0.01 278.48 0.94 0.81
Hex DB A0 FC D 25 0 1 116 5E 51
Octal 333 240 374 15 45 0 1 426 136 121
Binary 11011011 10100000 11111100 1101 100101 0 1 100010110 1011110 1010001

Color Harmonies of #DBA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0FC

Black with #DBA0FC

Text Example


Text Example

White with #DBA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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