Html Css Color HEX #DB9AFF Mauve

📋 copy color: '#DB9AFF'

red 219 ◦ green 154 ◦ blue 255

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

Shades of Mauve #DB9AFF

Tints of Mauve #DB9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.52%

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

R = 34.87%
G = 24.52%
B = 40.61%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB9AFF (or 0xDB9AFF) is known color: Mauve. HEX triplet: DB, 9A and FF. RGB value is (219,154,255). Sum of RGB (Red+Green+Blue) = 219+154+255=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AFF is #246500. Grayscale: #B8B8B8. Windows color (decimal): -2385153 or 16751323. OLE color: 16751323.

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

Color convert

RGB 219 154 255 -
CMYK 0.14 0.40 0 0
HSL 278.61º 1% 0.8% -
HSV(B) 278.61º 0.4% 1% -
XYZ 58.82 45.39 100.27 -
YUV 184.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 219 154 255 0.14 0.40 0 0 278.61 1 0.8
Hex DB 9A FF E 28 0 0 117 64 50
Octal 333 232 377 16 50 0 0 427 144 120
Binary 11011011 10011010 11111111 1110 101000 0 0 100010111 1100100 1010000

Color Harmonies of #DB9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9AFF

Black with #DB9AFF

Text Example


Text Example

White with #DB9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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