Html Css Color HEX #D393FB Mauve

📋 copy color: '#D393FB'

red 211 ◦ green 147 ◦ blue 251

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

Shades of Mauve #D393FB

Tints of Mauve #D393FB

RGB

 RED value IS 211 (82.81% from 255) = 34.65%

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

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

R = 34.65%
G = 24.14%
B = 41.22%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D393FB (or 0xD393FB) is known color: Mauve. HEX triplet: D3, 93 and FB. RGB value is (211,147,251). Sum of RGB (Red+Green+Blue) = 211+147+251=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #D393FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D393FB is #2C6C04. Grayscale: #B1B1B1. Windows color (decimal): -2911237 or 16487379. OLE color: 16487379.

HSL color Cylindrical-coordinate representation of color #D393FB: hue angle of 276.92º 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 #D393FB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 147 251 -
CMYK 0.16 0.41 0 0.02
HSL 276.92º 0.93% 0.78% -
HSV(B) 276.92º 0.41% 0.98% -
XYZ 54.71 41.68 96.43 -
YUV 177.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 211 147 251 0.16 0.41 0 0.02 276.92 0.93 0.78
Hex D3 93 FB 10 29 0 2 115 5D 4E
Octal 323 223 373 20 51 0 2 425 135 116
Binary 11010011 10010011 11111011 10000 101001 0 10 100010101 1011101 1001110

Color Harmonies of #D393FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D393FB

Black with #D393FB

Text Example


Text Example

White with #D393FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D393FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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