Html Css Color HEX #D291FF Mauve

📋 copy color: '#D291FF'

red 210 ◦ green 145 ◦ blue 255

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

Shades of Mauve #D291FF

Tints of Mauve #D291FF

RGB

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

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

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

R = 34.43%
G = 23.77%
B = 41.8%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D291FF (or 0xD291FF) is known color: Mauve. HEX triplet: D2, 91 and FF. RGB value is (210,145,255). Sum of RGB (Red+Green+Blue) = 210+145+255=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 145 (57.03% from 255 or 23.77% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D291FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291FF is #2D6E00. Grayscale: #B0B0B0. Windows color (decimal): -2977281 or 16749010. OLE color: 16749010.

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

Color convert

RGB 210 145 255 -
CMYK 0.18 0.43 0 0
HSL 275.45º 1% 0.78% -
HSV(B) 275.45º 0.43% 1% -
XYZ 54.75 41.17 99.67 -
YUV 176.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 210 145 255 0.18 0.43 0 0 275.45 1 0.78
Hex D2 91 FF 12 2B 0 0 113 64 4E
Octal 322 221 377 22 53 0 0 423 144 116
Binary 11010010 10010001 11111111 10010 101011 0 0 100010011 1100100 1001110

Color Harmonies of #D291FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291FF

Black with #D291FF

Text Example


Text Example

White with #D291FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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