Html Css Color HEX #DB9BFE Mauve

📋 copy color: '#DB9BFE'

red 219 ◦ green 155 ◦ blue 254

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

Shades of Mauve #DB9BFE

Tints of Mauve #DB9BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 34.87%
G = 24.68%
B = 40.45%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB9BFE (or 0xDB9BFE) is known color: Mauve. HEX triplet: DB, 9B and FE. RGB value is (219,155,254). Sum of RGB (Red+Green+Blue) = 219+155+254=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BFE is #246401. Grayscale: #B9B9B9. Windows color (decimal): -2384898 or 16686043. OLE color: 16686043.

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

Color convert

RGB 219 155 254 -
CMYK 0.14 0.39 0 0.00
HSL 278.79º 0.98% 0.8% -
HSV(B) 278.79º 0.39% 1% -
XYZ 58.82 45.66 99.48 -
YUV 185.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 219 155 254 0.14 0.39 0 0.00 278.79 0.98 0.8
Hex DB 9B FE E 27 0 0 117 62 50
Octal 333 233 376 16 47 0 0 427 142 120
Binary 11011011 10011011 11111110 1110 100111 0 0 100010111 1100010 1010000

Color Harmonies of #DB9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BFE

Black with #DB9BFE

Text Example


Text Example

White with #DB9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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