Html Css Color HEX #DBA2FF Mauve

📋 copy color: '#DBA2FF'

red 219 ◦ green 162 ◦ blue 255

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

Shades of Mauve #DBA2FF

Tints of Mauve #DBA2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.47%

 BLUE value IS 255 (100% from 255) = 40.09%

R = 34.43%
G = 25.47%
B = 40.09%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBA2FF (or 0xDBA2FF) is known color: Mauve. HEX triplet: DB, A2 and FF. RGB value is (219,162,255). Sum of RGB (Red+Green+Blue) = 219+162+255=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2FF is #245D00. Grayscale: #BDBDBD. Windows color (decimal): -2383105 or 16753371. OLE color: 16753371.

HSL color Cylindrical-coordinate representation of color #DBA2FF: hue angle of 276.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA2FF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 162 255 -
CMYK 0.14 0.36 0 0
HSL 276.77º 1% 0.82% -
HSV(B) 276.77º 0.36% 1% -
XYZ 60.18 48.12 100.72 -
YUV 189.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 219 162 255 0.14 0.36 0 0 276.77 1 0.82
Hex DB A2 FF E 24 0 0 115 64 52
Octal 333 242 377 16 44 0 0 425 144 122
Binary 11011011 10100010 11111111 1110 100100 0 0 100010101 1100100 1010010

Color Harmonies of #DBA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2FF

Black with #DBA2FF

Text Example


Text Example

White with #DBA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2FF; }

 p { color: rgb(219,162,255); }

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

background-color css

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

 a { background-color: rgb(219,162,255); }

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

border-color css

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

 span { border-color: rgb(219,162,255); }

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