#D298FA

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

Shades of Mauve #D298FA

Tints of Mauve #D298FA

Color information

#D298FA (or 0xD298FA) is unknown color: approx Mauve. HEX triplet: D2, 98 and FA. RGB value is (210,152,250). Sum of RGB (Red+Green+Blue) = 210+152+250=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D298FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298FA is #2D6705. Grayscale: #B4B4B4. Windows color (decimal): -2975494 or 16423122. OLE color: 16423122.

HSL color Cylindrical-coordinate representation of color #D298FA: hue angle of 275.51º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D298FA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210152250-
CMYK0.160.3900.02
HSL275.51º90.74%78.82%-
HSV(B)275.51º39.2%98.04%-
XYZ55.0643.0695.85-
YUV180.51167.22149.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=34.31%
G=24.84%
B=40.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101522500.160.3900.02275.5190.7478.82
HexD298FA1027021145b4f
Octal322230372204702424133117
Binary1101001010011000111110101000010011101010001010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298FA; }

 p { color: rgb(210,152,250); }

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

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

 a { background-color: rgb(210,152,250); }

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

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

 span { border-color: rgb(210,152,250); }

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