#D098FD

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

Shades of Mauve #D098FD

Tints of Mauve #D098FD

Color information

#D098FD (or 0xD098FD) is unknown color: approx Mauve. HEX triplet: D0, 98 and FD. RGB value is (208,152,253). Sum of RGB (Red+Green+Blue) = 208+152+253=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #D098FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098FD is #2F6702. Grayscale: #B3B3B3. Windows color (decimal): -3106563 or 16619728. OLE color: 16619728.

HSL color Cylindrical-coordinate representation of color #D098FD: hue angle of 273.27º degrees, saturation: 0.96, 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 #D098FD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208152253-
CMYK0.180.4000.01
HSL273.27º96.19%79.41%-
HSV(B)273.27º39.92%99.22%-
XYZ54.9742.9698.32-
YUV180.26169.05147.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 152 (59.77% from 255) = 24.80%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=33.93%
G=24.80%
B=41.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081522530.180.4000.01273.2796.1979.41
HexD098FD122801111604f
Octal320230375225001421140117
Binary110100001001100011111101100101010000110001000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D098FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D098FD; }

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

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

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

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

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

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

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

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