Html Css Color HEX #DB98F6 Mauve

📋 copy color: '#DB98F6'

red 219 ◦ green 152 ◦ blue 246

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

Shades of Mauve #DB98F6

Tints of Mauve #DB98F6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.64%

 BLUE value IS 246 (96.48% from 255) = 39.87%

R = 35.49%
G = 24.64%
B = 39.87%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB98F6 (or 0xDB98F6) is known color: Mauve. HEX triplet: DB, 98 and F6. RGB value is (219,152,246). Sum of RGB (Red+Green+Blue) = 219+152+246=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB98F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98F6 is #246709. Grayscale: #B6B6B6. Windows color (decimal): -2385674 or 16160987. OLE color: 16160987.

HSL color Cylindrical-coordinate representation of color #DB98F6: hue angle of 282.77º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB98F6 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 152 246 -
CMYK 0.11 0.38 0 0.04
HSL 282.77º 0.84% 0.78% -
HSV(B) 282.77º 0.38% 0.96% -
XYZ 57.08 44.17 92.71 -
YUV 182.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 219 152 246 0.11 0.38 0 0.04 282.77 0.84 0.78
Hex DB 98 F6 B 26 0 4 11B 54 4E
Octal 333 230 366 13 46 0 4 433 124 116
Binary 11011011 10011000 11110110 1011 100110 0 100 100011011 1010100 1001110

Color Harmonies of #DB98F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB98F6

Black with #DB98F6

Text Example


Text Example

White with #DB98F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB98F6; }

 p { color: rgb(219,152,246); }

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

background-color css

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

 a { background-color: rgb(219,152,246); }

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

border-color css

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

 span { border-color: rgb(219,152,246); }

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