#DF99E6

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

Shades of Plum #DF99E6

Tints of Plum #DF99E6

Color information

#DF99E6 (or 0xDF99E6) is unknown color: approx Plum. HEX triplet: DF, 99 and E6. RGB value is (223,153,230). Sum of RGB (Red+Green+Blue) = 223+153+230=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99E6 is #206619. Grayscale: #B6B6B6. Windows color (decimal): -2123290 or 15112671. OLE color: 15112671.

HSL color Cylindrical-coordinate representation of color #DF99E6: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF99E6 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223153230-
CMYK0.030.3300.10
HSL294.55º60.63%75.1%-
HSV(B)294.55º33.48%90.2%-
XYZ56.1144.1880.43-
YUV182.71154.69156.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 153 (60.16% from 255) = 25.25%
BLUE value IS 230 (90.23% from 255) = 37.95%
R=36.80%
G=25.25%
B=37.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231532300.030.3300.10294.5560.6375.1
HexDF99E63210A1273d4b
Octal33723134634101244775113
Binary11011111100110011110011011100001010101001001111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF99E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF99E6; }

 p { color: rgb(223,153,230); }

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

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

 a { background-color: rgb(223,153,230); }

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

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

 span { border-color: rgb(223,153,230); }

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