#DD95F9

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

Shades of Mauve #DD95F9

Tints of Mauve #DD95F9

Color information

#DD95F9 (or 0xDD95F9) is unknown color: approx Mauve. HEX triplet: DD, 95 and F9. RGB value is (221,149,249). Sum of RGB (Red+Green+Blue) = 221+149+249=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD95F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95F9 is #226A06. Grayscale: #B5B5B5. Windows color (decimal): -2255367 or 16356829. OLE color: 16356829.

HSL color Cylindrical-coordinate representation of color #DD95F9: hue angle of 283.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD95F9 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221149249-
CMYK0.110.4000.02
HSL283.2º89.29%78.04%-
HSV(B)283.2º40.16%97.65%-
XYZ57.6743.7195.02-
YUV181.93165.85155.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=35.70%
G=24.07%
B=40.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211492490.110.4000.02283.289.2978.04
HexDD95F9B280211b594e
Octal335225371135002433131116
Binary110111011001010111111001101110100001010001101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95F9; }

 p { color: rgb(221,149,249); }

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

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

 a { background-color: rgb(221,149,249); }

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

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

 span { border-color: rgb(221,149,249); }

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