#D598FE

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

Shades of Mauve #D598FE

Tints of Mauve #D598FE

Color information

#D598FE (or 0xD598FE) is unknown color: approx Mauve. HEX triplet: D5, 98 and FE. RGB value is (213,152,254). Sum of RGB (Red+Green+Blue) = 213+152+254=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #D598FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598FE is #2A6701. Grayscale: #B5B5B5. Windows color (decimal): -2778882 or 16685269. OLE color: 16685269.

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

Color convert

RGB213152254-
CMYK0.160.4000.00
HSL275.88º98.08%79.61%-
HSV(B)275.88º40.16%99.61%-
XYZ56.5643.7699.23-
YUV181.87168.71150.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 152 (59.77% from 255) = 24.56%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=34.41%
G=24.56%
B=41.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131522540.160.4000.00275.8898.0879.61
HexD598FE1028001146250
Octal325230376205000424142120
Binary110101011001100011111110100001010000010001010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598FE; }

 p { color: rgb(213,152,254); }

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

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

 a { background-color: rgb(213,152,254); }

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

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

 span { border-color: rgb(213,152,254); }

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