Html Css Color HEX #D291FA Mauve

📋 copy color: '#D291FA'

red 210 ◦ green 145 ◦ blue 250

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

Shades of Mauve #D291FA

Tints of Mauve #D291FA

RGB

 RED value IS 210 (82.42% from 255) = 34.71%

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

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

R = 34.71%
G = 23.97%
B = 41.32%

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

#D291FA (or 0xD291FA) is known color: Mauve. HEX triplet: D2, 91 and FA. RGB value is (210,145,250). Sum of RGB (Red+Green+Blue) = 210+145+250=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D291FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291FA is #2D6E05. Grayscale: #B0B0B0. Windows color (decimal): -2977286 or 16421330. OLE color: 16421330.

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

Color convert

RGB 210 145 250 -
CMYK 0.16 0.42 0 0.02
HSL 277.14º 0.91% 0.77% -
HSV(B) 277.14º 0.42% 0.98% -
XYZ 53.96 40.85 95.48 -
YUV 176.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 210 145 250 0.16 0.42 0 0.02 277.14 0.91 0.77
Hex D2 91 FA 10 2A 0 2 115 5B 4D
Octal 322 221 372 20 52 0 2 425 133 115
Binary 11010010 10010001 11111010 10000 101010 0 10 100010101 1011011 1001101

Color Harmonies of #D291FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291FA

Black with #D291FA

Text Example


Text Example

White with #D291FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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