Html Css Color HEX #DB95FE Mauve

📋 copy color: '#DB95FE'

red 219 ◦ green 149 ◦ blue 254

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

Shades of Mauve #DB95FE

Tints of Mauve #DB95FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 35.21%
G = 23.95%
B = 40.84%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB95FE (or 0xDB95FE) is known color: Mauve. HEX triplet: DB, 95 and FE. RGB value is (219,149,254). Sum of RGB (Red+Green+Blue) = 219+149+254=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95FE is #246A01. Grayscale: #B5B5B5. Windows color (decimal): -2386434 or 16684507. OLE color: 16684507.

HSL color Cylindrical-coordinate representation of color #DB95FE: hue angle of 280º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB95FE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 149 254 -
CMYK 0.14 0.41 0 0.00
HSL 280º 0.98% 0.79% -
HSV(B) 280º 0.41% 1% -
XYZ 57.85 43.71 99.15 -
YUV 181.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 219 149 254 0.14 0.41 0 0.00 280 0.98 0.79
Hex DB 95 FE E 29 0 0 118 62 4F
Octal 333 225 376 16 51 0 0 430 142 117
Binary 11011011 10010101 11111110 1110 101001 0 0 100011000 1100010 1001111

Color Harmonies of #DB95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95FE

Black with #DB95FE

Text Example


Text Example

White with #DB95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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