Html Css Color HEX #D391FF Mauve

📋 copy color: '#D391FF'

red 211 ◦ green 145 ◦ blue 255

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

Shades of Mauve #D391FF

Tints of Mauve #D391FF

RGB

 RED value IS 211 (82.81% from 255) = 34.53%

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

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

R = 34.53%
G = 23.73%
B = 41.73%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D391FF (or 0xD391FF) is known color: Mauve. HEX triplet: D3, 91 and FF. RGB value is (211,145,255). Sum of RGB (Red+Green+Blue) = 211+145+255=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D391FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391FF is #2C6E00. Grayscale: #B0B0B0. Windows color (decimal): -2911745 or 16749011. OLE color: 16749011.

HSL color Cylindrical-coordinate representation of color #D391FF: hue angle of 276º 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 #D391FF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 145 255 -
CMYK 0.17 0.43 0 0
HSL 276º 1% 0.78% -
HSV(B) 276º 0.43% 1% -
XYZ 55.04 41.32 99.68 -
YUV 177.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 211 145 255 0.17 0.43 0 0 276 1 0.78
Hex D3 91 FF 11 2B 0 0 114 64 4E
Octal 323 221 377 21 53 0 0 424 144 116
Binary 11010011 10010001 11111111 10001 101011 0 0 100010100 1100100 1001110

Color Harmonies of #D391FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391FF

Black with #D391FF

Text Example


Text Example

White with #D391FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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