Html Css Color HEX #D492FA Mauve

📋 copy color: '#D492FA'

red 212 ◦ green 146 ◦ blue 250

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

Shades of Mauve #D492FA

Tints of Mauve #D492FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.01%

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

R = 34.87%
G = 24.01%
B = 41.12%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D492FA (or 0xD492FA) is known color: Mauve. HEX triplet: D4, 92 and FA. RGB value is (212,146,250). Sum of RGB (Red+Green+Blue) = 212+146+250=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D492FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492FA is #2B6D05. Grayscale: #B1B1B1. Windows color (decimal): -2845958 or 16421588. OLE color: 16421588.

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

Color convert

RGB 212 146 250 -
CMYK 0.15 0.42 0 0.02
HSL 278.08º 0.91% 0.78% -
HSV(B) 278.08º 0.42% 0.98% -
XYZ 54.69 41.46 95.56 -
YUV 177.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 212 146 250 0.15 0.42 0 0.02 278.08 0.91 0.78
Hex D4 92 FA F 2A 0 2 116 5B 4E
Octal 324 222 372 17 52 0 2 426 133 116
Binary 11010100 10010010 11111010 1111 101010 0 10 100010110 1011011 1001110

Color Harmonies of #D492FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492FA

Black with #D492FA

Text Example


Text Example

White with #D492FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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