Html Css Color HEX #D591FF Mauve

📋 copy color: '#D591FF'

red 213 ◦ green 145 ◦ blue 255

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

Shades of Mauve #D591FF

Tints of Mauve #D591FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.6%

R = 34.75%
G = 23.65%
B = 41.6%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D591FF (or 0xD591FF) is known color: Mauve. HEX triplet: D5, 91 and FF. RGB value is (213,145,255). Sum of RGB (Red+Green+Blue) = 213+145+255=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D591FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591FF is #2A6E00. Grayscale: #B1B1B1. Windows color (decimal): -2780673 or 16749013. OLE color: 16749013.

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

Color convert

RGB 213 145 255 -
CMYK 0.16 0.43 0 0
HSL 277.09º 1% 0.78% -
HSV(B) 277.09º 0.43% 1% -
XYZ 55.62 41.62 99.71 -
YUV 177.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 213 145 255 0.16 0.43 0 0 277.09 1 0.78
Hex D5 91 FF 10 2B 0 0 115 64 4E
Octal 325 221 377 20 53 0 0 425 144 116
Binary 11010101 10010001 11111111 10000 101011 0 0 100010101 1100100 1001110

Color Harmonies of #D591FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591FF

Black with #D591FF

Text Example


Text Example

White with #D591FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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