#DF92D7

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

Shades of Plum #DF92D7

Tints of Plum #DF92D7

Color information

#DF92D7 (or 0xDF92D7) is unknown color: approx Plum. HEX triplet: DF, 92 and D7. RGB value is (223,146,215). Sum of RGB (Red+Green+Blue) = 223+146+215=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92D7 is #206D28. Grayscale: #B0B0B0. Windows color (decimal): -2125097 or 14127839. OLE color: 14127839.

HSL color Cylindrical-coordinate representation of color #DF92D7: hue angle of 306.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF92D7 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB223146215-
CMYK00.350.040.13
HSL306.23º54.61%72.35%-
HSV(B)306.23º34.53%87.45%-
XYZ52.9841.1569.44-
YUV176.89149.51160.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 146 (57.42% from 255) = 25%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=38.18%
G=25%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314621500.350.040.13306.2354.6172.35
HexDF92D70234D1323748
Octal33722232704341546267110
Binary110111111001001011010111010001110011011001100101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92D7; }

 p { color: rgb(223,146,215); }

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

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

 a { background-color: rgb(223,146,215); }

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

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

 span { border-color: rgb(223,146,215); }

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