Html Css Color HEX #DB9BFC Mauve

📋 copy color: '#DB9BFC'

red 219 ◦ green 155 ◦ blue 252

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

Shades of Mauve #DB9BFC

Tints of Mauve #DB9BFC

RGB

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

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

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

R = 34.98%
G = 24.76%
B = 40.26%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB9BFC (or 0xDB9BFC) is known color: Mauve. HEX triplet: DB, 9B and FC. RGB value is (219,155,252). Sum of RGB (Red+Green+Blue) = 219+155+252=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BFC is #246403. Grayscale: #B8B8B8. Windows color (decimal): -2384900 or 16554971. OLE color: 16554971.

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

Color convert

RGB 219 155 252 -
CMYK 0.13 0.38 0 0.01
HSL 279.59º 0.94% 0.8% -
HSV(B) 279.59º 0.38% 0.99% -
XYZ 58.51 45.53 97.8 -
YUV 185.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 219 155 252 0.13 0.38 0 0.01 279.59 0.94 0.8
Hex DB 9B FC D 26 0 1 118 5E 50
Octal 333 233 374 15 46 0 1 430 136 120
Binary 11011011 10011011 11111100 1101 100110 0 1 100011000 1011110 1010000

Color Harmonies of #DB9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BFC

Black with #DB9BFC

Text Example


Text Example

White with #DB9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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