#DD98FD

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

Shades of Mauve #DD98FD

Tints of Mauve #DD98FD

Color information

#DD98FD (or 0xDD98FD) is unknown color: approx Mauve. HEX triplet: DD, 98 and FD. RGB value is (221,152,253). Sum of RGB (Red+Green+Blue) = 221+152+253=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD98FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98FD is #226702. Grayscale: #B7B7B7. Windows color (decimal): -2254595 or 16619741. OLE color: 16619741.

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

Color convert

RGB221152253-
CMYK0.130.4000.01
HSL280.99º96.19%79.41%-
HSV(B)280.99º39.92%99.22%-
XYZ58.7844.9298.5-
YUV184.14166.86154.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 152 (59.77% from 255) = 24.28%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=35.30%
G=24.28%
B=40.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211522530.130.4000.01280.9996.1979.41
HexDD98FDD2801119604f
Octal335230375155001431140117
Binary11011101100110001111110111011010000110001100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD98FD; }

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

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

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

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

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

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

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

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