#D095F9

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

Shades of Mauve #D095F9

Tints of Mauve #D095F9

Color information

#D095F9 (or 0xD095F9) is unknown color: approx Mauve. HEX triplet: D0, 95 and F9. RGB value is (208,149,249). Sum of RGB (Red+Green+Blue) = 208+149+249=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #D095F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095F9 is #2F6A06. Grayscale: #B1B1B1. Windows color (decimal): -3107335 or 16356816. OLE color: 16356816.

HSL color Cylindrical-coordinate representation of color #D095F9: hue angle of 275.4º degrees, saturation: 0.89, 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 #D095F9 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208149249-
CMYK0.160.4000.02
HSL275.4º89.29%78.04%-
HSV(B)275.4º40.16%97.65%-
XYZ53.8641.7494.84-
YUV178.04168.05149.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 149 (58.59% from 255) = 24.59%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=34.32%
G=24.59%
B=41.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081492490.160.4000.02275.489.2978.04
HexD095F9102802113594e
Octal320225371205002423131116
Binary1101000010010101111110011000010100001010001001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D095F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D095F9; }

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

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

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

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

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

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

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

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