#DC99FF

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

Shades of Mauve #DC99FF

Tints of Mauve #DC99FF

Color information

#DC99FF (or 0xDC99FF) is unknown color: approx Mauve. HEX triplet: DC, 99 and FF. RGB value is (220,153,255). Sum of RGB (Red+Green+Blue) = 220+153+255=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99FF is #236600. Grayscale: #B8B8B8. Windows color (decimal): -2319873 or 16751068. OLE color: 16751068.

HSL color Cylindrical-coordinate representation of color #DC99FF: hue angle of 279.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC99FF is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220153255-
CMYK0.140.400
HSL279.41º100%80%-
HSV(B)279.41º40%100%-
XYZ58.9645.22100.23-
YUV184.66167.7153.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 153 (60.16% from 255) = 24.36%
BLUE value IS 255 (100% from 255) = 40.61%
R=35.03%
G=24.36%
B=40.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201532550.140.400279.4110080
HexDC99FFE28001176450
Octal334231377165000427144120
Binary11011100100110011111111111101010000010001011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99FF; }

 p { color: rgb(220,153,255); }

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

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

 a { background-color: rgb(220,153,255); }

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

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

 span { border-color: rgb(220,153,255); }

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