#DF98DD

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

Shades of Plum #DF98DD

Tints of Plum #DF98DD

Color information

#DF98DD (or 0xDF98DD) is unknown color: approx Plum. HEX triplet: DF, 98 and DD. RGB value is (223,152,221). Sum of RGB (Red+Green+Blue) = 223+152+221=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DD is #206722. Grayscale: #B4B4B4. Windows color (decimal): -2123555 or 14522591. OLE color: 14522591.

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

Color convert

RGB223152221-
CMYK00.320.010.13
HSL301.69º52.59%73.53%-
HSV(B)301.69º31.84%87.45%-
XYZ54.7143.3673.89-
YUV181.09150.52157.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=37.42%
G=25.50%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315222100.320.010.13301.6952.5973.53
HexDF98DD0201D12e354a
Octal33723033504011545665112
Binary1101111110011000110111010100000111011001011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98DD; }

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

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

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

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

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

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

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

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