#D190FD

Color #D190FD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D190FD

Tints of Mauve #D190FD

Color information

#D190FD (or 0xD190FD) is unknown color: approx Mauve. HEX triplet: D1, 90 and FD. RGB value is (209,144,253). Sum of RGB (Red+Green+Blue) = 209+144+253=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #D190FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190FD is #2E6F02. Grayscale: #AFAFAF. Windows color (decimal): -3043075 or 16617681. OLE color: 16617681.

HSL color Cylindrical-coordinate representation of color #D190FD: hue angle of 275.78º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D190FD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209144253-
CMYK0.170.4300.01
HSL275.78º96.46%77.84%-
HSV(B)275.78º43.08%99.22%-
XYZ5440.5997.92-
YUV175.86171.53151.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.49%
GREEN value IS 144 (56.64% from 255) = 23.76%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=34.49%
G=23.76%
B=41.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091442530.170.4300.01275.7896.4677.84
HexD190FD112B01114604e
Octal321220375215301424140116
Binary110100011001000011111101100011010110110001010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190FD; }

 p { color: rgb(209,144,253); }

 H1.HeaderClassName
 {
   color: #D190FD;
 }
 .AnyTagClassName
 {
   color: #D190FD;
 }
</style>
background-color css

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

 a { background-color: rgb(209,144,253); }

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

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

 span { border-color: rgb(209,144,253); }

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