Html Css Color HEX #DB94FF Mauve

📋 copy color: '#DB94FF'

red 219 ◦ green 148 ◦ blue 255

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

Shades of Mauve #DB94FF

Tints of Mauve #DB94FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41%

R = 35.21%
G = 23.79%
B = 41%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB94FF (or 0xDB94FF) is known color: Mauve. HEX triplet: DB, 94 and FF. RGB value is (219,148,255). Sum of RGB (Red+Green+Blue) = 219+148+255=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94FF is #246B00. Grayscale: #B5B5B5. Windows color (decimal): -2386689 or 16749787. OLE color: 16749787.

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

Color convert

RGB 219 148 255 -
CMYK 0.14 0.42 0 0
HSL 279.81º 1% 0.79% -
HSV(B) 279.81º 0.42% 1% -
XYZ 57.85 43.46 99.95 -
YUV 181.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 219 148 255 0.14 0.42 0 0 279.81 1 0.79
Hex DB 94 FF E 2A 0 0 118 64 4F
Octal 333 224 377 16 52 0 0 430 144 117
Binary 11011011 10010100 11111111 1110 101010 0 0 100011000 1100100 1001111

Color Harmonies of #DB94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB94FF

Black with #DB94FF

Text Example


Text Example

White with #DB94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB94FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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