#DA98FD

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

Shades of Mauve #DA98FD

Tints of Mauve #DA98FD

Color information

#DA98FD (or 0xDA98FD) is unknown color: approx Mauve. HEX triplet: DA, 98 and FD. RGB value is (218,152,253). Sum of RGB (Red+Green+Blue) = 218+152+253=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA98FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA98FD is #256702. Grayscale: #B6B6B6. Windows color (decimal): -2451203 or 16619738. OLE color: 16619738.

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

Color convert

RGB218152253-
CMYK0.140.4000.01
HSL279.21º96.19%79.41%-
HSV(B)279.21º39.92%99.22%-
XYZ57.8744.4598.46-
YUV183.25167.37152.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 152 (59.77% from 255) = 24.40%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=34.99%
G=24.40%
B=40.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181522530.140.4000.01279.2196.1979.41
HexDA98FDE2801117604f
Octal332230375165001427140117
Binary11011010100110001111110111101010000110001011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98FD; }

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

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

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

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

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

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

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

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