Html Css Color HEX #DB95FA Mauve

📋 copy color: '#DB95FA'

red 219 ◦ green 149 ◦ blue 250

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

Shades of Mauve #DB95FA

Tints of Mauve #DB95FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.11%

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

R = 35.44%
G = 24.11%
B = 40.45%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB95FA (or 0xDB95FA) is known color: Mauve. HEX triplet: DB, 95 and FA. RGB value is (219,149,250). Sum of RGB (Red+Green+Blue) = 219+149+250=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95FA is #246A05. Grayscale: #B5B5B5. Windows color (decimal): -2386438 or 16422363. OLE color: 16422363.

HSL color Cylindrical-coordinate representation of color #DB95FA: hue angle of 281.58º 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 #DB95FA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 149 250 -
CMYK 0.12 0.40 0 0.02
HSL 281.58º 0.91% 0.78% -
HSV(B) 281.58º 0.4% 0.98% -
XYZ 57.22 43.46 95.81 -
YUV 181.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 219 149 250 0.12 0.40 0 0.02 281.58 0.91 0.78
Hex DB 95 FA C 28 0 2 11A 5B 4E
Octal 333 225 372 14 50 0 2 432 133 116
Binary 11011011 10010101 11111010 1100 101000 0 10 100011010 1011011 1001110

Color Harmonies of #DB95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95FA

Black with #DB95FA

Text Example


Text Example

White with #DB95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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