#DC97FD

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

Shades of Mauve #DC97FD

Tints of Mauve #DC97FD

Color information

#DC97FD (or 0xDC97FD) is unknown color: approx Mauve. HEX triplet: DC, 97 and FD. RGB value is (220,151,253). Sum of RGB (Red+Green+Blue) = 220+151+253=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC97FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC97FD is #236802. Grayscale: #B6B6B6. Windows color (decimal): -2320387 or 16619484. OLE color: 16619484.

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

Color convert

RGB220151253-
CMYK0.130.4000.01
HSL280.59º96.23%79.22%-
HSV(B)280.59º40.32%99.22%-
XYZ58.3144.4498.43-
YUV183.26167.36154.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 151 (59.38% from 255) = 24.20%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=35.26%
G=24.20%
B=40.54%

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
Decimal2201512530.130.4000.01280.5996.2379.22
HexDC97FDD2801119604f
Octal334227375155001431140117
Binary11011100100101111111110111011010000110001100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97FD; }

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

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

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

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

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

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

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

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