#D298FD

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

Shades of Mauve #D298FD

Tints of Mauve #D298FD

Color information

#D298FD (or 0xD298FD) is unknown color: approx Mauve. HEX triplet: D2, 98 and FD. RGB value is (210,152,253). Sum of RGB (Red+Green+Blue) = 210+152+253=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #D298FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D298FD is #2D6702. Grayscale: #B4B4B4. Windows color (decimal): -2975491 or 16619730. OLE color: 16619730.

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

Color convert

RGB210152253-
CMYK0.170.4000.01
HSL274.46º96.19%79.41%-
HSV(B)274.46º39.92%99.22%-
XYZ55.5443.2598.35-
YUV180.86168.72148.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.15%
GREEN value IS 152 (59.77% from 255) = 24.72%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=34.15%
G=24.72%
B=41.14%

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
Decimal2101522530.170.4000.01274.4696.1979.41
HexD298FD112801112604f
Octal322230375215001422140117
Binary110100101001100011111101100011010000110001001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298FD; }

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

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

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

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

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

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

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

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