#DE9ACF

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

Shades of Plum #DE9ACF

Tints of Plum #DE9ACF

Color information

#DE9ACF (or 0xDE9ACF) is unknown color: approx Plum. HEX triplet: DE, 9A and CF. RGB value is (222,154,207). Sum of RGB (Red+Green+Blue) = 222+154+207=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9ACF is #216530. Grayscale: #B4B4B4. Windows color (decimal): -2188593 or 13605598. OLE color: 13605598.

HSL color Cylindrical-coordinate representation of color #DE9ACF: hue angle of 313.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9ACF is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222154207-
CMYK00.310.070.13
HSL313.24º50.75%73.73%-
HSV(B)313.24º30.63%87.06%-
XYZ52.9443.1564.57-
YUV180.37143.03157.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=38.08%
G=26.42%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215420700.310.070.13313.2450.7573.73
HexDE9ACF01F7D139334a
Octal33623231703771547163112
Binary11011110100110101100111101111111111011001110011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9ACF; }

 p { color: rgb(222,154,207); }

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

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

 a { background-color: rgb(222,154,207); }

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

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

 span { border-color: rgb(222,154,207); }

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