#D598FD

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

Shades of Mauve #D598FD

Tints of Mauve #D598FD

Color information

#D598FD (or 0xD598FD) is unknown color: approx Mauve. HEX triplet: D5, 98 and FD. RGB value is (213,152,253). Sum of RGB (Red+Green+Blue) = 213+152+253=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D598FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D598FD is #2A6702. Grayscale: #B5B5B5. Windows color (decimal): -2778883 or 16619733. OLE color: 16619733.

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

Color convert

RGB213152253-
CMYK0.160.4000.01
HSL276.24º96.19%79.41%-
HSV(B)276.24º39.92%99.22%-
XYZ56.443.6998.39-
YUV181.75168.21150.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 152 (59.77% from 255) = 24.60%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=34.47%
G=24.60%
B=40.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131522530.160.4000.01276.2496.1979.41
HexD598FD102801114604f
Octal325230375205001424140117
Binary110101011001100011111101100001010000110001010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598FD; }

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

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

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

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

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

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

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

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