#DF98CE

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

Shades of Plum #DF98CE

Tints of Plum #DF98CE

Color information

#DF98CE (or 0xDF98CE) is unknown color: approx Plum. HEX triplet: DF, 98 and CE. RGB value is (223,152,206). Sum of RGB (Red+Green+Blue) = 223+152+206=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98CE is #206731. Grayscale: #B3B3B3. Windows color (decimal): -2123570 or 13539551. OLE color: 13539551.

HSL color Cylindrical-coordinate representation of color #DF98CE: hue angle of 314.37º 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 #DF98CE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223152206-
CMYK00.320.080.13
HSL314.37º52.59%73.53%-
HSV(B)314.37º31.84%87.45%-
XYZ52.842.663.83-
YUV179.38143.02159.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=38.38%
G=26.16%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315220600.320.080.13314.3752.5973.53
HexDF98CE0208D13a354a
Octal337230316040101547265112
Binary1101111110011000110011100100000100011011001110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98CE; }

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

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

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

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

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

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

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

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