Html Css Color HEX #D591FA Mauve

📋 copy color: '#D591FA'

red 213 ◦ green 145 ◦ blue 250

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

Shades of Mauve #D591FA

Tints of Mauve #D591FA

RGB

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

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

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

R = 35.03%
G = 23.85%
B = 41.12%

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

#D591FA (or 0xD591FA) is known color: Mauve. HEX triplet: D5, 91 and FA. RGB value is (213,145,250). Sum of RGB (Red+Green+Blue) = 213+145+250=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D591FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591FA is #2A6E05. Grayscale: #B0B0B0. Windows color (decimal): -2780678 or 16421333. OLE color: 16421333.

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

Color convert

RGB 213 145 250 -
CMYK 0.15 0.42 0 0.02
HSL 278.86º 0.91% 0.77% -
HSV(B) 278.86º 0.42% 0.98% -
XYZ 54.82 41.3 95.52 -
YUV 177.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 213 145 250 0.15 0.42 0 0.02 278.86 0.91 0.77
Hex D5 91 FA F 2A 0 2 117 5B 4D
Octal 325 221 372 17 52 0 2 427 133 115
Binary 11010101 10010001 11111010 1111 101010 0 10 100010111 1011011 1001101

Color Harmonies of #D591FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591FA

Black with #D591FA

Text Example


Text Example

White with #D591FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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