Html Css Color HEX #DB95F9 Mauve

📋 copy color: '#DB95F9'

red 219 ◦ green 149 ◦ blue 249

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

Shades of Mauve #DB95F9

Tints of Mauve #DB95F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.36%

R = 35.49%
G = 24.15%
B = 40.36%

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

#DB95F9 (or 0xDB95F9) is known color: Mauve. HEX triplet: DB, 95 and F9. RGB value is (219,149,249). Sum of RGB (Red+Green+Blue) = 219+149+249=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB95F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95F9 is #246A06. Grayscale: #B5B5B5. Windows color (decimal): -2386439 or 16356827. OLE color: 16356827.

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

Color convert

RGB 219 149 249 -
CMYK 0.12 0.40 0 0.02
HSL 282º 0.89% 0.78% -
HSV(B) 282º 0.4% 0.98% -
XYZ 57.06 43.39 94.99 -
YUV 181.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 219 149 249 0.12 0.40 0 0.02 282 0.89 0.78
Hex DB 95 F9 C 28 0 2 11A 59 4E
Octal 333 225 371 14 50 0 2 432 131 116
Binary 11011011 10010101 11111001 1100 101000 0 10 100011010 1011001 1001110

Color Harmonies of #DB95F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB95F9

Black with #DB95F9

Text Example


Text Example

White with #DB95F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB95F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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