#D19AFD

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

Shades of Mauve #D19AFD

Tints of Mauve #D19AFD

Color information

#D19AFD (or 0xD19AFD) is unknown color: approx Mauve. HEX triplet: D1, 9A and FD. RGB value is (209,154,253). Sum of RGB (Red+Green+Blue) = 209+154+253=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #D19AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19AFD is #2E6502. Grayscale: #B5B5B5. Windows color (decimal): -3040515 or 16620241. OLE color: 16620241.

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

Color convert

RGB209154253-
CMYK0.170.3900.01
HSL273.33º96.12%79.8%-
HSV(B)273.33º39.13%99.22%-
XYZ55.5843.7698.45-
YUV181.73168.22147.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.93%
GREEN value IS 154 (60.55% from 255) = 25%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=33.93%
G=25%
B=41.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091542530.170.3900.01273.3396.1279.8
HexD19AFD1127011116050
Octal321232375214701421140120
Binary110100011001101011111101100011001110110001000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19AFD; }

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

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

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

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

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

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

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

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