Html Css Color HEX #D491FB Mauve

📋 copy color: '#D491FB'

red 212 ◦ green 145 ◦ blue 251

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

Shades of Mauve #D491FB

Tints of Mauve #D491FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 34.87%
G = 23.85%
B = 41.28%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D491FB (or 0xD491FB) is known color: Mauve. HEX triplet: D4, 91 and FB. RGB value is (212,145,251). Sum of RGB (Red+Green+Blue) = 212+145+251=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #D491FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D491FB is #2B6E04. Grayscale: #B0B0B0. Windows color (decimal): -2846213 or 16486868. OLE color: 16486868.

HSL color Cylindrical-coordinate representation of color #D491FB: hue angle of 277.92º degrees, saturation: 0.93, 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 #D491FB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 145 251 -
CMYK 0.16 0.42 0 0.02
HSL 277.92º 0.93% 0.78% -
HSV(B) 277.92º 0.42% 0.98% -
XYZ 54.69 41.21 96.34 -
YUV 177.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 212 145 251 0.16 0.42 0 0.02 277.92 0.93 0.78
Hex D4 91 FB 10 2A 0 2 116 5D 4E
Octal 324 221 373 20 52 0 2 426 135 116
Binary 11010100 10010001 11111011 10000 101010 0 10 100010110 1011101 1001110

Color Harmonies of #D491FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491FB

Black with #D491FB

Text Example


Text Example

White with #D491FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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