#DD97FE

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

Shades of Mauve #DD97FE

Tints of Mauve #DD97FE

Color information

#DD97FE (or 0xDD97FE) is unknown color: approx Mauve. HEX triplet: DD, 97 and FE. RGB value is (221,151,254). Sum of RGB (Red+Green+Blue) = 221+151+254=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 151 (59.38% from 255 or 24.12% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD97FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD97FE is #226801. Grayscale: #B7B7B7. Windows color (decimal): -2254850 or 16685021. OLE color: 16685021.

HSL color Cylindrical-coordinate representation of color #DD97FE: hue angle of 280.78º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD97FE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221151254-
CMYK0.130.4100.00
HSL280.78º98.1%79.41%-
HSV(B)280.78º40.55%99.61%-
XYZ58.7744.6699.29-
YUV183.67167.69154.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 151 (59.38% from 255) = 24.12%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=35.30%
G=24.12%
B=40.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211512540.130.4100.00280.7898.179.41
HexDD97FED2900119624f
Octal335227376155100431142117
Binary11011101100101111111111011011010010010001100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97FE; }

 p { color: rgb(221,151,254); }

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

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

 a { background-color: rgb(221,151,254); }

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

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

 span { border-color: rgb(221,151,254); }

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