#DD95FB

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

Shades of Mauve #DD95FB

Tints of Mauve #DD95FB

Color information

#DD95FB (or 0xDD95FB) is unknown color: approx Mauve. HEX triplet: DD, 95 and FB. RGB value is (221,149,251). Sum of RGB (Red+Green+Blue) = 221+149+251=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD95FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95FB is #226A04. Grayscale: #B5B5B5. Windows color (decimal): -2255365 or 16487901. OLE color: 16487901.

HSL color Cylindrical-coordinate representation of color #DD95FB: hue angle of 282.35º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD95FB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221149251-
CMYK0.120.4100.02
HSL282.35º92.73%78.43%-
HSV(B)282.35º40.64%98.43%-
XYZ57.9843.8396.67-
YUV182.16166.85155.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 149 (58.59% from 255) = 23.99%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=35.59%
G=23.99%
B=40.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211492510.120.4100.02282.3592.7378.43
HexDD95FBC290211a5d4e
Octal335225373145102432135116
Binary110111011001010111111011110010100101010001101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95FB; }

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

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

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

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

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

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

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

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