#DD95FA

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

Shades of Mauve #DD95FA

Tints of Mauve #DD95FA

Color information

#DD95FA (or 0xDD95FA) is unknown color: approx Mauve. HEX triplet: DD, 95 and FA. RGB value is (221,149,250). Sum of RGB (Red+Green+Blue) = 221+149+250=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95FA is #226A05. Grayscale: #B5B5B5. Windows color (decimal): -2255366 or 16422365. OLE color: 16422365.

HSL color Cylindrical-coordinate representation of color #DD95FA: hue angle of 282.77º degrees, saturation: 0.91, 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 #DD95FA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221149250-
CMYK0.120.4000.02
HSL282.77º90.99%78.24%-
HSV(B)282.77º40.4%98.04%-
XYZ57.8243.7795.84-
YUV182.04166.35155.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 149 (58.59% from 255) = 24.03%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=35.65%
G=24.03%
B=40.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211492500.120.4000.02282.7790.9978.24
HexDD95FAC280211b5b4e
Octal335225372145002433133116
Binary110111011001010111111010110010100001010001101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95FA; }

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

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

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

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

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

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

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

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