#D098FC

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

Shades of Mauve #D098FC

Tints of Mauve #D098FC

Color information

#D098FC (or 0xD098FC) is unknown color: approx Mauve. HEX triplet: D0, 98 and FC. RGB value is (208,152,252). Sum of RGB (Red+Green+Blue) = 208+152+252=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #D098FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098FC is #2F6703. Grayscale: #B3B3B3. Windows color (decimal): -3106564 or 16554192. OLE color: 16554192.

HSL color Cylindrical-coordinate representation of color #D098FC: hue angle of 273.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D098FC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208152252-
CMYK0.170.4000.01
HSL273.6º94.34%79.22%-
HSV(B)273.6º39.68%98.82%-
XYZ54.8142.8997.49-
YUV180.14168.55147.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=33.99%
G=24.84%
B=41.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081522520.170.4000.01273.694.3479.22
HexD098FC1128011125e4f
Octal320230374215001422136117
Binary110100001001100011111100100011010000110001001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D098FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D098FC; }

 p { color: rgb(208,152,252); }

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

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

 a { background-color: rgb(208,152,252); }

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

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

 span { border-color: rgb(208,152,252); }

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