#DC98DF

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

Shades of Plum #DC98DF

Tints of Plum #DC98DF

Color information

#DC98DF (or 0xDC98DF) is unknown color: approx Plum. HEX triplet: DC, 98 and DF. RGB value is (220,152,223). Sum of RGB (Red+Green+Blue) = 220+152+223=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98DF is #236720. Grayscale: #B4B4B4. Windows color (decimal): -2320161 or 14653660. OLE color: 14653660.

HSL color Cylindrical-coordinate representation of color #DC98DF: hue angle of 297.46º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC98DF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220152223-
CMYK0.010.3200.13
HSL297.46º52.59%73.53%-
HSV(B)297.46º31.84%87.45%-
XYZ54.064375.26-
YUV180.43152.03156.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=36.97%
G=25.55%
B=37.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201522230.010.3200.13297.4652.5973.53
HexDC98DF1200D129354a
Octal33423033714001545165112
Binary1101110010011000110111111100000011011001010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98DF; }

 p { color: rgb(220,152,223); }

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

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

 a { background-color: rgb(220,152,223); }

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

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

 span { border-color: rgb(220,152,223); }

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