Html Css Color HEX #D191FF Mauve

📋 copy color: '#D191FF'

red 209 ◦ green 145 ◦ blue 255

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

Shades of Mauve #D191FF

Tints of Mauve #D191FF

RGB

 RED value IS 209 (82.03% from 255) = 34.32%

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

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

R = 34.32%
G = 23.81%
B = 41.87%

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

#D191FF (or 0xD191FF) is known color: Mauve. HEX triplet: D1, 91 and FF. RGB value is (209,145,255). Sum of RGB (Red+Green+Blue) = 209+145+255=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D191FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191FF is #2E6E00. Grayscale: #B0B0B0. Windows color (decimal): -3042817 or 16749009. OLE color: 16749009.

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

Color convert

RGB 209 145 255 -
CMYK 0.18 0.43 0 0
HSL 274.91º 1% 0.78% -
HSV(B) 274.91º 0.43% 1% -
XYZ 54.47 41.03 99.66 -
YUV 176.68 172.2 151.06 -
System Red Green Blue C M Y K H S L
Decimal 209 145 255 0.18 0.43 0 0 274.91 1 0.78
Hex D1 91 FF 12 2B 0 0 113 64 4E
Octal 321 221 377 22 53 0 0 423 144 116
Binary 11010001 10010001 11111111 10010 101011 0 0 100010011 1100100 1001110

Color Harmonies of #D191FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D191FF

Black with #D191FF

Text Example


Text Example

White with #D191FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D191FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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