Html Css Color HEX #DB99F5 Mauve

📋 copy color: '#DB99F5'

red 219 ◦ green 153 ◦ blue 245

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

Shades of Mauve #DB99F5

Tints of Mauve #DB99F5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.8%

 BLUE value IS 245 (96.09% from 255) = 39.71%

R = 35.49%
G = 24.8%
B = 39.71%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB99F5 (or 0xDB99F5) is known color: Mauve. HEX triplet: DB, 99 and F5. RGB value is (219,153,245). Sum of RGB (Red+Green+Blue) = 219+153+245=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB99F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99F5 is #24660A. Grayscale: #B6B6B6. Windows color (decimal): -2385419 or 16095707. OLE color: 16095707.

HSL color Cylindrical-coordinate representation of color #DB99F5: hue angle of 283.04º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB99F5 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 153 245 -
CMYK 0.11 0.38 0 0.04
HSL 283.04º 0.82% 0.78% -
HSV(B) 283.04º 0.38% 0.96% -
XYZ 57.09 44.44 91.95 -
YUV 183.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 219 153 245 0.11 0.38 0 0.04 283.04 0.82 0.78
Hex DB 99 F5 B 26 0 4 11B 52 4E
Octal 333 231 365 13 46 0 4 433 122 116
Binary 11011011 10011001 11110101 1011 100110 0 100 100011011 1010010 1001110

Color Harmonies of #DB99F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99F5

Black with #DB99F5

Text Example


Text Example

White with #DB99F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99F5; }

 p { color: rgb(219,153,245); }

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

background-color css

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

 a { background-color: rgb(219,153,245); }

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

border-color css

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

 span { border-color: rgb(219,153,245); }

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