Html Css Color HEX #DB96F6 Mauve

📋 copy color: '#DB96F6'

red 219 ◦ green 150 ◦ blue 246

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

Shades of Mauve #DB96F6

Tints of Mauve #DB96F6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.39%

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

R = 35.61%
G = 24.39%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB96F6 (or 0xDB96F6) is known color: Mauve. HEX triplet: DB, 96 and F6. RGB value is (219,150,246). Sum of RGB (Red+Green+Blue) = 219+150+246=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB96F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96F6 is #246909. Grayscale: #B5B5B5. Windows color (decimal): -2386186 or 16160475. OLE color: 16160475.

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

Color convert

RGB 219 150 246 -
CMYK 0.11 0.39 0 0.04
HSL 283.13º 0.84% 0.78% -
HSV(B) 283.13º 0.39% 0.96% -
XYZ 56.75 43.53 92.6 -
YUV 181.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 219 150 246 0.11 0.39 0 0.04 283.13 0.84 0.78
Hex DB 96 F6 B 27 0 4 11B 54 4E
Octal 333 226 366 13 47 0 4 433 124 116
Binary 11011011 10010110 11110110 1011 100111 0 100 100011011 1010100 1001110

Color Harmonies of #DB96F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96F6

Black with #DB96F6

Text Example


Text Example

White with #DB96F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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