Html Css Color HEX #DB9BFF Mauve

📋 copy color: '#DB9BFF'

red 219 ◦ green 155 ◦ blue 255

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

Shades of Mauve #DB9BFF

Tints of Mauve #DB9BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.64%

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

R = 34.82%
G = 24.64%
B = 40.54%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB9BFF (or 0xDB9BFF) is known color: Mauve. HEX triplet: DB, 9B and FF. RGB value is (219,155,255). Sum of RGB (Red+Green+Blue) = 219+155+255=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BFF is #246400. Grayscale: #B9B9B9. Windows color (decimal): -2384897 or 16751579. OLE color: 16751579.

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

Color convert

RGB 219 155 255 -
CMYK 0.14 0.39 0 0
HSL 278.4º 1% 0.8% -
HSV(B) 278.4º 0.39% 1% -
XYZ 58.98 45.72 100.32 -
YUV 185.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 219 155 255 0.14 0.39 0 0 278.4 1 0.8
Hex DB 9B FF E 27 0 0 116 64 50
Octal 333 233 377 16 47 0 0 426 144 120
Binary 11011011 10011011 11111111 1110 100111 0 0 100010110 1100100 1010000

Color Harmonies of #DB9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BFF

Black with #DB9BFF

Text Example


Text Example

White with #DB9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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