Html Css Color HEX #DB92F9 Mauve

📋 copy color: '#DB92F9'

red 219 ◦ green 146 ◦ blue 249

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

Shades of Mauve #DB92F9

Tints of Mauve #DB92F9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.78%

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

R = 35.67%
G = 23.78%
B = 40.55%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB92F9 (or 0xDB92F9) is known color: Mauve. HEX triplet: DB, 92 and F9. RGB value is (219,146,249). Sum of RGB (Red+Green+Blue) = 219+146+249=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB92F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92F9 is #246D06. Grayscale: #B3B3B3. Windows color (decimal): -2387207 or 16356059. OLE color: 16356059.

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

Color convert

RGB 219 146 249 -
CMYK 0.12 0.41 0 0.02
HSL 282.52º 0.9% 0.77% -
HSV(B) 282.52º 0.41% 0.98% -
XYZ 56.59 42.46 94.83 -
YUV 179.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 219 146 249 0.12 0.41 0 0.02 282.52 0.9 0.77
Hex DB 92 F9 C 29 0 2 11B 5A 4D
Octal 333 222 371 14 51 0 2 433 132 115
Binary 11011011 10010010 11111001 1100 101001 0 10 100011011 1011010 1001101

Color Harmonies of #DB92F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB92F9

Black with #DB92F9

Text Example


Text Example

White with #DB92F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB92F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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