Html Css Color HEX #D591FE Mauve

📋 copy color: '#D591FE'

red 213 ◦ green 145 ◦ blue 254

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

Shades of Mauve #D591FE

Tints of Mauve #D591FE

RGB

 RED value IS 213 (83.59% from 255) = 34.8%

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

 BLUE value IS 254 (99.61% from 255) = 41.5%

R = 34.8%
G = 23.69%
B = 41.5%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D591FE (or 0xD591FE) is known color: Mauve. HEX triplet: D5, 91 and FE. RGB value is (213,145,254). Sum of RGB (Red+Green+Blue) = 213+145+254=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D591FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591FE is #2A6E01. Grayscale: #B1B1B1. Windows color (decimal): -2780674 or 16683477. OLE color: 16683477.

HSL color Cylindrical-coordinate representation of color #D591FE: hue angle of 277.43º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D591FE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 145 254 -
CMYK 0.16 0.43 0 0.00
HSL 277.43º 0.98% 0.78% -
HSV(B) 277.43º 0.43% 1% -
XYZ 55.46 41.55 98.86 -
YUV 177.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 213 145 254 0.16 0.43 0 0.00 277.43 0.98 0.78
Hex D5 91 FE 10 2B 0 0 115 62 4E
Octal 325 221 376 20 53 0 0 425 142 116
Binary 11010101 10010001 11111110 10000 101011 0 0 100010101 1100010 1001110

Color Harmonies of #D591FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591FE

Black with #D591FE

Text Example


Text Example

White with #D591FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591FE; }

 p { color: rgb(213,145,254); }

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

background-color css

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

 a { background-color: rgb(213,145,254); }

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

border-color css

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

 span { border-color: rgb(213,145,254); }

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