Html Css Color HEX #D493FD Mauve

📋 copy color: '#D493FD'

red 212 ◦ green 147 ◦ blue 253

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

Shades of Mauve #D493FD

Tints of Mauve #D493FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 34.64%
G = 24.02%
B = 41.34%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D493FD (or 0xD493FD) is known color: Mauve. HEX triplet: D4, 93 and FD. RGB value is (212,147,253). Sum of RGB (Red+Green+Blue) = 212+147+253=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #D493FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493FD is #2B6C02. Grayscale: #B2B2B2. Windows color (decimal): -2845699 or 16618452. OLE color: 16618452.

HSL color Cylindrical-coordinate representation of color #D493FD: hue angle of 276.79º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D493FD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 147 253 -
CMYK 0.16 0.42 0 0.01
HSL 276.79º 0.96% 0.78% -
HSV(B) 276.79º 0.42% 0.99% -
XYZ 55.31 41.96 98.11 -
YUV 178.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 212 147 253 0.16 0.42 0 0.01 276.79 0.96 0.78
Hex D4 93 FD 10 2A 0 1 115 60 4E
Octal 324 223 375 20 52 0 1 425 140 116
Binary 11010100 10010011 11111101 10000 101010 0 1 100010101 1100000 1001110

Color Harmonies of #D493FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493FD

Black with #D493FD

Text Example


Text Example

White with #D493FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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