Html Css Color HEX #DB9DF9 Mauve

📋 copy color: '#DB9DF9'

red 219 ◦ green 157 ◦ blue 249

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

Shades of Mauve #DB9DF9

Tints of Mauve #DB9DF9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.12%

 BLUE value IS 249 (97.66% from 255) = 39.84%

R = 35.04%
G = 25.12%
B = 39.84%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB9DF9 (or 0xDB9DF9) is known color: Mauve. HEX triplet: DB, 9D and F9. RGB value is (219,157,249). Sum of RGB (Red+Green+Blue) = 219+157+249=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DF9 is #246206. Grayscale: #B9B9B9. Windows color (decimal): -2384391 or 16358875. OLE color: 16358875.

HSL color Cylindrical-coordinate representation of color #DB9DF9: hue angle of 280.43º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9DF9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 157 249 -
CMYK 0.12 0.37 0 0.02
HSL 280.43º 0.88% 0.8% -
HSV(B) 280.43º 0.37% 0.98% -
XYZ 58.37 46.01 95.43 -
YUV 186.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 219 157 249 0.12 0.37 0 0.02 280.43 0.88 0.8
Hex DB 9D F9 C 25 0 2 118 58 50
Octal 333 235 371 14 45 0 2 430 130 120
Binary 11011011 10011101 11111001 1100 100101 0 10 100011000 1011000 1010000

Color Harmonies of #DB9DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9DF9

Black with #DB9DF9

Text Example


Text Example

White with #DB9DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9DF9; }

 p { color: rgb(219,157,249); }

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

background-color css

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

 a { background-color: rgb(219,157,249); }

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

border-color css

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

 span { border-color: rgb(219,157,249); }

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