Html Css Color HEX #D493FA Mauve

📋 copy color: '#D493FA'

red 212 ◦ green 147 ◦ blue 250

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

Shades of Mauve #D493FA

Tints of Mauve #D493FA

RGB

 RED value IS 212 (83.2% from 255) = 34.81%

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

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 34.81%
G = 24.14%
B = 41.05%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D493FA (or 0xD493FA) is known color: Mauve. HEX triplet: D4, 93 and FA. RGB value is (212,147,250). Sum of RGB (Red+Green+Blue) = 212+147+250=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #D493FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493FA is #2B6C05. Grayscale: #B1B1B1. Windows color (decimal): -2845702 or 16421844. OLE color: 16421844.

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

Color convert

RGB 212 147 250 -
CMYK 0.15 0.41 0 0.02
HSL 277.86º 0.91% 0.78% -
HSV(B) 277.86º 0.41% 0.98% -
XYZ 54.84 41.77 95.61 -
YUV 178.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 212 147 250 0.15 0.41 0 0.02 277.86 0.91 0.78
Hex D4 93 FA F 29 0 2 116 5B 4E
Octal 324 223 372 17 51 0 2 426 133 116
Binary 11010100 10010011 11111010 1111 101001 0 10 100010110 1011011 1001110

Color Harmonies of #D493FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493FA

Black with #D493FA

Text Example


Text Example

White with #D493FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493FA; }

 p { color: rgb(212,147,250); }

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

background-color css

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

 a { background-color: rgb(212,147,250); }

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

border-color css

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

 span { border-color: rgb(212,147,250); }

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