#DF98FD

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

Shades of Mauve #DF98FD

Tints of Mauve #DF98FD

Color information

#DF98FD (or 0xDF98FD) is unknown color: approx Mauve. HEX triplet: DF, 98 and FD. RGB value is (223,152,253). Sum of RGB (Red+Green+Blue) = 223+152+253=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 152 (59.77% from 255 or 24.20% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF98FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FD is #206702. Grayscale: #B8B8B8. Windows color (decimal): -2123523 or 16619743. OLE color: 16619743.

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

Color convert

RGB223152253-
CMYK0.120.4000.01
HSL282.18º96.19%79.41%-
HSV(B)282.18º39.92%99.22%-
XYZ59.3945.2498.53-
YUV184.74166.52155.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 152 (59.77% from 255) = 24.20%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=35.51%
G=24.20%
B=40.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231522530.120.4000.01282.1896.1979.41
HexDF98FDC280111a604f
Octal337230375145001432140117
Binary11011111100110001111110111001010000110001101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98FD; }

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

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

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

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

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

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

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

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