#DD95FC

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

Shades of Mauve #DD95FC

Tints of Mauve #DD95FC

Color information

#DD95FC (or 0xDD95FC) is unknown color: approx Mauve. HEX triplet: DD, 95 and FC. RGB value is (221,149,252). Sum of RGB (Red+Green+Blue) = 221+149+252=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD95FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95FC is #226A03. Grayscale: #B5B5B5. Windows color (decimal): -2255364 or 16553437. OLE color: 16553437.

HSL color Cylindrical-coordinate representation of color #DD95FC: hue angle of 281.94º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD95FC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221149252-
CMYK0.120.4100.01
HSL281.94º94.5%78.63%-
HSV(B)281.94º40.87%98.82%-
XYZ58.1443.997.5-
YUV182.27167.35155.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 149 (58.59% from 255) = 23.95%
BLUE value IS 252 (98.83% from 255) = 40.51%
R=35.53%
G=23.95%
B=40.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211492520.120.4100.01281.9494.578.63
HexDD95FCC290111a5e4f
Octal335225374145101432136117
Binary11011101100101011111110011001010010110001101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95FC; }

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

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

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

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

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

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

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

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