#D299F9

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

Shades of Mauve #D299F9

Tints of Mauve #D299F9

Color information

#D299F9 (or 0xD299F9) is unknown color: approx Mauve. HEX triplet: D2, 99 and F9. RGB value is (210,153,249). Sum of RGB (Red+Green+Blue) = 210+153+249=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #D299F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D299F9 is #2D6606. Grayscale: #B4B4B4. Windows color (decimal): -2975239 or 16357842. OLE color: 16357842.

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

Color convert

RGB210153249-
CMYK0.160.3900.02
HSL275.62º88.89%78.82%-
HSV(B)275.62º38.55%97.65%-
XYZ55.0743.3295.08-
YUV180.99166.38148.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=34.31%
G=25%
B=40.69%

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
Decimal2101532490.160.3900.02275.6288.8978.82
HexD299F9102702114594f
Octal322231371204702424131117
Binary1101001010011001111110011000010011101010001010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299F9; }

 p { color: rgb(210,153,249); }

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

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

 a { background-color: rgb(210,153,249); }

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

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

 span { border-color: rgb(210,153,249); }

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