#df98db

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

Shades of Plum #DF98DB

Tints of Plum #DF98DB

Color information

#DF98DB (or 0xDF98DB) is unknown color: approx Plum. HEX triplet: DF, 98 and DB. RGB value is (223,152,219). Sum of RGB (Red+Green+Blue) = 223+152+219=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DB is #206724. Grayscale: #B4B4B4. Windows color (decimal): -2123557 or 14391519. OLE color: 14391519.

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

Color convert

RGB223152219-
CMYK00.320.020.13
HSL303.38º52.59%73.53%-
HSV(B)303.38º31.84%87.45%-
XYZ54.4543.2672.5-
YUV180.87149.52158.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 152 (59.77% from 255) = 25.59%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=37.54%
G=25.59%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315221900.320.020.13303.3852.5973.53
HexDF98DB0202D12f354a
Octal33723033304021545765112
Binary11011111100110001101101101000001011011001011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df98db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df98db; }

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

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

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

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

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

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

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

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