Html Css Color HEX #DB96FA Mauve

📋 copy color: '#DB96FA'

red 219 ◦ green 150 ◦ blue 250

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

Shades of Mauve #DB96FA

Tints of Mauve #DB96FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.39%

R = 35.38%
G = 24.23%
B = 40.39%

CMYK

 C value IS 0.12

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB96FA (or 0xDB96FA) is known color: Mauve. HEX triplet: DB, 96 and FA. RGB value is (219,150,250). Sum of RGB (Red+Green+Blue) = 219+150+250=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96FA is #246905. Grayscale: #B5B5B5. Windows color (decimal): -2386182 or 16422619. OLE color: 16422619.

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

Color convert

RGB 219 150 250 -
CMYK 0.12 0.4 0 0.02
HSL 281.4º 0.91% 0.78% -
HSV(B) 281.4º 0.4% 0.98% -
XYZ 57.38 43.77 95.87 -
YUV 182.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 219 150 250 0.12 0.4 0 0.02 281.4 0.91 0.78
Hex DB 96 FA C 28 0 2 119 5B 4E
Octal 333 226 372 14 50 0 2 431 133 116
Binary 11011011 10010110 11111010 1100 101000 0 10 100011001 1011011 1001110

Color Harmonies of #DB96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96FA

Black with #DB96FA

Text Example


Text Example

White with #DB96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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