Html Css Color HEX #DB99FA Mauve

📋 copy color: '#DB99FA'

red 219 ◦ green 153 ◦ blue 250

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

Shades of Mauve #DB99FA

Tints of Mauve #DB99FA

RGB

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

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

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

R = 35.21%
G = 24.6%
B = 40.19%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB99FA (or 0xDB99FA) is known color: Mauve. HEX triplet: DB, 99 and FA. RGB value is (219,153,250). Sum of RGB (Red+Green+Blue) = 219+153+250=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99FA is #246605. Grayscale: #B7B7B7. Windows color (decimal): -2385414 or 16423387. OLE color: 16423387.

HSL color Cylindrical-coordinate representation of color #DB99FA: hue angle of 280.82º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB99FA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 153 250 -
CMYK 0.12 0.39 0 0.02
HSL 280.82º 0.91% 0.79% -
HSV(B) 280.82º 0.39% 0.98% -
XYZ 57.86 44.74 96.03 -
YUV 183.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 219 153 250 0.12 0.39 0 0.02 280.82 0.91 0.79
Hex DB 99 FA C 27 0 2 119 5B 4F
Octal 333 231 372 14 47 0 2 431 133 117
Binary 11011011 10011001 11111010 1100 100111 0 10 100011001 1011011 1001111

Color Harmonies of #DB99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99FA

Black with #DB99FA

Text Example


Text Example

White with #DB99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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