#DF98E7

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

Shades of Plum #DF98E7

Tints of Plum #DF98E7

Color information

#DF98E7 (or 0xDF98E7) is unknown color: approx Plum. HEX triplet: DF, 98 and E7. RGB value is (223,152,231). Sum of RGB (Red+Green+Blue) = 223+152+231=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF98E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98E7 is #206718. Grayscale: #B5B5B5. Windows color (decimal): -2123545 or 15177951. OLE color: 15177951.

HSL color Cylindrical-coordinate representation of color #DF98E7: hue angle of 293.92º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF98E7 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223152231-
CMYK0.030.3400.09
HSL293.92º62.2%75.1%-
HSV(B)293.92º34.2%90.59%-
XYZ56.0843.9181.12-
YUV182.24155.52157.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 152 (59.77% from 255) = 25.08%
BLUE value IS 231 (90.62% from 255) = 38.12%
R=36.80%
G=25.08%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231522310.030.3400.09293.9262.275.1
HexDF98E7322091263e4b
Octal33723034734201144676113
Binary11011111100110001110011111100010010011001001101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98E7; }

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

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

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

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

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

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

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

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