Html Css Color HEX #D491FA Mauve

📋 copy color: '#D491FA'

red 212 ◦ green 145 ◦ blue 250

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

Shades of Mauve #D491FA

Tints of Mauve #D491FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.89%

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

R = 34.93%
G = 23.89%
B = 41.19%

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

#D491FA (or 0xD491FA) is known color: Mauve. HEX triplet: D4, 91 and FA. RGB value is (212,145,250). Sum of RGB (Red+Green+Blue) = 212+145+250=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D491FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D491FA is #2B6E05. Grayscale: #B0B0B0. Windows color (decimal): -2846214 or 16421332. OLE color: 16421332.

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

Color convert

RGB 212 145 250 -
CMYK 0.15 0.42 0 0.02
HSL 278.29º 0.91% 0.77% -
HSV(B) 278.29º 0.42% 0.98% -
XYZ 54.53 41.15 95.51 -
YUV 177 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 212 145 250 0.15 0.42 0 0.02 278.29 0.91 0.77
Hex D4 91 FA F 2A 0 2 116 5B 4D
Octal 324 221 372 17 52 0 2 426 133 115
Binary 11010100 10010001 11111010 1111 101010 0 10 100010110 1011011 1001101

Color Harmonies of #D491FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491FA

Black with #D491FA

Text Example


Text Example

White with #D491FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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