#DD9BFA

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

Shades of Mauve #DD9BFA

Tints of Mauve #DD9BFA

Color information

#DD9BFA (or 0xDD9BFA) is unknown color: approx Mauve. HEX triplet: DD, 9B and FA. RGB value is (221,155,250). Sum of RGB (Red+Green+Blue) = 221+155+250=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BFA is #226405. Grayscale: #B9B9B9. Windows color (decimal): -2253830 or 16423901. OLE color: 16423901.

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

Color convert

RGB221155250-
CMYK0.120.3800.02
HSL281.68º90.48%79.41%-
HSV(B)281.68º38%98.04%-
XYZ58.845.7296.17-
YUV185.56164.37153.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 155 (60.94% from 255) = 24.76%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=35.30%
G=24.76%
B=39.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211552500.120.3800.02281.6890.4879.41
HexDD9BFAC260211a5a4f
Octal335233372144602432132117
Binary110111011001101111111010110010011001010001101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BFA; }

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

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

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

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

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

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

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

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