Html Css Color HEX #DB95FB Mauve

📋 copy color: '#DB95FB'

red 219 ◦ green 149 ◦ blue 251

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

Shades of Mauve #DB95FB

Tints of Mauve #DB95FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 35.38%
G = 24.07%
B = 40.55%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB95FB (or 0xDB95FB) is known color: Mauve. HEX triplet: DB, 95 and FB. RGB value is (219,149,251). Sum of RGB (Red+Green+Blue) = 219+149+251=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB95FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95FB is #246A04. Grayscale: #B5B5B5. Windows color (decimal): -2386437 or 16487899. OLE color: 16487899.

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

Color convert

RGB 219 149 251 -
CMYK 0.13 0.41 0 0.02
HSL 281.18º 0.93% 0.78% -
HSV(B) 281.18º 0.41% 0.98% -
XYZ 57.37 43.52 96.64 -
YUV 181.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 219 149 251 0.13 0.41 0 0.02 281.18 0.93 0.78
Hex DB 95 FB D 29 0 2 119 5D 4E
Octal 333 225 373 15 51 0 2 431 135 116
Binary 11011011 10010101 11111011 1101 101001 0 10 100011001 1011101 1001110

Color Harmonies of #DB95FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95FB

Black with #DB95FB

Text Example


Text Example

White with #DB95FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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