Html Css Color HEX #DB93FB Mauve

📋 copy color: '#DB93FB'

red 219 ◦ green 147 ◦ blue 251

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

Shades of Mauve #DB93FB

Tints of Mauve #DB93FB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.82%

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 35.49%
G = 23.82%
B = 40.68%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB93FB (or 0xDB93FB) is known color: Mauve. HEX triplet: DB, 93 and FB. RGB value is (219,147,251). Sum of RGB (Red+Green+Blue) = 219+147+251=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93FB is #246C04. Grayscale: #B4B4B4. Windows color (decimal): -2386949 or 16487387. OLE color: 16487387.

HSL color Cylindrical-coordinate representation of color #DB93FB: hue angle of 281.54º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB93FB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 147 251 -
CMYK 0.13 0.41 0 0.02
HSL 281.54º 0.93% 0.78% -
HSV(B) 281.54º 0.41% 0.98% -
XYZ 57.06 42.89 96.54 -
YUV 180.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 219 147 251 0.13 0.41 0 0.02 281.54 0.93 0.78
Hex DB 93 FB D 29 0 2 11A 5D 4E
Octal 333 223 373 15 51 0 2 432 135 116
Binary 11011011 10010011 11111011 1101 101001 0 10 100011010 1011101 1001110

Color Harmonies of #DB93FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93FB

Black with #DB93FB

Text Example


Text Example

White with #DB93FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93FB; }

 p { color: rgb(219,147,251); }

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

background-color css

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

 a { background-color: rgb(219,147,251); }

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

border-color css

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

 span { border-color: rgb(219,147,251); }

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