#DC99FD

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

Shades of Mauve #DC99FD

Tints of Mauve #DC99FD

Color information

#DC99FD (or 0xDC99FD) is unknown color: approx Mauve. HEX triplet: DC, 99 and FD. RGB value is (220,153,253). Sum of RGB (Red+Green+Blue) = 220+153+253=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99FD is #236602. Grayscale: #B8B8B8. Windows color (decimal): -2319875 or 16619996. OLE color: 16619996.

HSL color Cylindrical-coordinate representation of color #DC99FD: hue angle of 280.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC99FD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220153253-
CMYK0.130.4000.01
HSL280.2º96.15%79.61%-
HSV(B)280.2º39.53%99.22%-
XYZ58.6445.0998.54-
YUV184.43166.7153.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 153 (60.16% from 255) = 24.44%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=35.14%
G=24.44%
B=40.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201532530.130.4000.01280.296.1579.61
HexDC99FDD28011186050
Octal334231375155001430140120
Binary11011100100110011111110111011010000110001100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC99FD; }

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

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

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

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

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

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

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

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