Html Css Color HEX #DB94FE Mauve

📋 copy color: '#DB94FE'

red 219 ◦ green 148 ◦ blue 254

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

Shades of Mauve #DB94FE

Tints of Mauve #DB94FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.83%

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

R = 35.27%
G = 23.83%
B = 40.9%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB94FE (or 0xDB94FE) is known color: Mauve. HEX triplet: DB, 94 and FE. RGB value is (219,148,254). Sum of RGB (Red+Green+Blue) = 219+148+254=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB94FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94FE is #246B01. Grayscale: #B4B4B4. Windows color (decimal): -2386690 or 16684251. OLE color: 16684251.

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

Color convert

RGB 219 148 254 -
CMYK 0.14 0.42 0 0.00
HSL 280.19º 0.98% 0.79% -
HSV(B) 280.19º 0.42% 1% -
XYZ 57.69 43.4 99.1 -
YUV 181.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 219 148 254 0.14 0.42 0 0.00 280.19 0.98 0.79
Hex DB 94 FE E 2A 0 0 118 62 4F
Octal 333 224 376 16 52 0 0 430 142 117
Binary 11011011 10010100 11111110 1110 101010 0 0 100011000 1100010 1001111

Color Harmonies of #DB94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94FE

Black with #DB94FE

Text Example


Text Example

White with #DB94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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