#D299FE

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

Shades of Mauve #D299FE

Tints of Mauve #D299FE

Color information

#D299FE (or 0xD299FE) is unknown color: approx Mauve. HEX triplet: D2, 99 and FE. RGB value is (210,153,254). Sum of RGB (Red+Green+Blue) = 210+153+254=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D299FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D299FE is #2D6601. Grayscale: #B5B5B5. Windows color (decimal): -2975234 or 16685522. OLE color: 16685522.

HSL color Cylindrical-coordinate representation of color #D299FE: hue angle of 273.86º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D299FE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210153254-
CMYK0.170.4000.00
HSL273.86º98.06%79.8%-
HSV(B)273.86º39.76%99.61%-
XYZ55.8643.6499.25-
YUV181.56168.88148.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 153 (60.16% from 255) = 24.80%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=34.04%
G=24.80%
B=41.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101532540.170.4000.00273.8698.0679.8
HexD299FE1128001126250
Octal322231376215000422142120
Binary110100101001100111111110100011010000010001001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299FE; }

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

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

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

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

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

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

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

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