#DF9BEC

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

Shades of Plum #DF9BEC

Tints of Plum #DF9BEC

Color information

#DF9BEC (or 0xDF9BEC) is unknown color: approx Plum. HEX triplet: DF, 9B and EC. RGB value is (223,155,236). Sum of RGB (Red+Green+Blue) = 223+155+236=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BEC is #206413. Grayscale: #B8B8B8. Windows color (decimal): -2122772 or 15506399. OLE color: 15506399.

HSL color Cylindrical-coordinate representation of color #DF9BEC: hue angle of 290.37º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9BEC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223155236-
CMYK0.060.3400.07
HSL290.37º68.07%76.67%-
HSV(B)290.37º34.32%92.55%-
XYZ57.2945.1985.06-
YUV184.57157.03155.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=36.32%
G=25.24%
B=38.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231552360.060.3400.07290.3768.0776.67
HexDF9BEC62207122444d
Octal33723335464207442104115
Binary110111111001101111101100110100010011110010001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9BEC; }

 p { color: rgb(223,155,236); }

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

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

 a { background-color: rgb(223,155,236); }

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

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

 span { border-color: rgb(223,155,236); }

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