Html Css Color HEX #DB99FE Mauve

📋 copy color: '#DB99FE'

red 219 ◦ green 153 ◦ blue 254

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

Shades of Mauve #DB99FE

Tints of Mauve #DB99FE

RGB

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

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

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

R = 34.98%
G = 24.44%
B = 40.58%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB99FE (or 0xDB99FE) is known color: Mauve. HEX triplet: DB, 99 and FE. RGB value is (219,153,254). Sum of RGB (Red+Green+Blue) = 219+153+254=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99FE is #246601. Grayscale: #B7B7B7. Windows color (decimal): -2385410 or 16685531. OLE color: 16685531.

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

Color convert

RGB 219 153 254 -
CMYK 0.14 0.40 0 0.00
HSL 279.21º 0.98% 0.8% -
HSV(B) 279.21º 0.4% 1% -
XYZ 58.49 45 99.37 -
YUV 184.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 219 153 254 0.14 0.40 0 0.00 279.21 0.98 0.8
Hex DB 99 FE E 28 0 0 117 62 50
Octal 333 231 376 16 50 0 0 427 142 120
Binary 11011011 10011001 11111110 1110 101000 0 0 100010111 1100010 1010000

Color Harmonies of #DB99FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99FE

Black with #DB99FE

Text Example


Text Example

White with #DB99FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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