#D095FA

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

Shades of Mauve #D095FA

Tints of Mauve #D095FA

Color information

#D095FA (or 0xD095FA) is unknown color: approx Mauve. HEX triplet: D0, 95 and FA. RGB value is (208,149,250). Sum of RGB (Red+Green+Blue) = 208+149+250=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #D095FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095FA is #2F6A05. Grayscale: #B1B1B1. Windows color (decimal): -3107334 or 16422352. OLE color: 16422352.

HSL color Cylindrical-coordinate representation of color #D095FA: hue angle of 275.05º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D095FA is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208149250-
CMYK0.170.4000.02
HSL275.05º90.99%78.24%-
HSV(B)275.05º40.4%98.04%-
XYZ54.0241.8195.67-
YUV178.16168.55149.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 149 (58.59% from 255) = 24.55%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=34.27%
G=24.55%
B=41.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081492500.170.4000.02275.0590.9978.24
HexD095FA1128021135b4e
Octal320225372215002423133116
Binary1101000010010101111110101000110100001010001001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D095FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D095FA; }

 p { color: rgb(208,149,250); }

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

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

 a { background-color: rgb(208,149,250); }

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

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

 span { border-color: rgb(208,149,250); }

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