#DF98DE

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

Shades of Plum #DF98DE

Tints of Plum #DF98DE

Color information

#DF98DE (or 0xDF98DE) is unknown color: approx Plum. HEX triplet: DF, 98 and DE. RGB value is (223,152,222). Sum of RGB (Red+Green+Blue) = 223+152+222=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DE is #206721. Grayscale: #B5B5B5. Windows color (decimal): -2123554 or 14588127. OLE color: 14588127.

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

Color convert

RGB223152222-
CMYK00.320.000.13
HSL300.85º52.59%73.53%-
HSV(B)300.85º31.84%87.45%-
XYZ54.8443.4274.6-
YUV181.21151.02157.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 152 (59.77% from 255) = 25.46%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=37.35%
G=25.46%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315222200.320.000.13300.8552.5973.53
HexDF98DE0200D12d354a
Octal33723033604001545565112
Binary1101111110011000110111100100000011011001011011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98DE; }

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

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

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

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

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

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

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

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