Html Css Color HEX #D393FE Mauve

📋 copy color: '#D393FE'

red 211 ◦ green 147 ◦ blue 254

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

Shades of Mauve #D393FE

Tints of Mauve #D393FE

RGB

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

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

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

R = 34.48%
G = 24.02%
B = 41.5%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D393FE (or 0xD393FE) is known color: Mauve. HEX triplet: D3, 93 and FE. RGB value is (211,147,254). Sum of RGB (Red+Green+Blue) = 211+147+254=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D393FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D393FE is #2C6C01. Grayscale: #B1B1B1. Windows color (decimal): -2911234 or 16683987. OLE color: 16683987.

HSL color Cylindrical-coordinate representation of color #D393FE: hue angle of 275.89º 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 #D393FE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 147 254 -
CMYK 0.17 0.42 0 0.00
HSL 275.89º 0.98% 0.79% -
HSV(B) 275.89º 0.42% 1% -
XYZ 55.19 41.87 98.94 -
YUV 178.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 211 147 254 0.17 0.42 0 0.00 275.89 0.98 0.79
Hex D3 93 FE 11 2A 0 0 114 62 4F
Octal 323 223 376 21 52 0 0 424 142 117
Binary 11010011 10010011 11111110 10001 101010 0 0 100010100 1100010 1001111

Color Harmonies of #D393FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D393FE

Black with #D393FE

Text Example


Text Example

White with #D393FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D393FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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