#DF92D8

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

Shades of Plum #DF92D8

Tints of Plum #DF92D8

Color information

#DF92D8 (or 0xDF92D8) is unknown color: approx Plum. HEX triplet: DF, 92 and D8. RGB value is (223,146,216). Sum of RGB (Red+Green+Blue) = 223+146+216=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF92D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF92D8 is #206D27. Grayscale: #B0B0B0. Windows color (decimal): -2125096 or 14193375. OLE color: 14193375.

HSL color Cylindrical-coordinate representation of color #DF92D8: hue angle of 305.45º 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 #DF92D8 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223146216-
CMYK00.350.030.13
HSL305.45º54.61%72.35%-
HSV(B)305.45º34.53%87.45%-
XYZ53.141.270.12-
YUV177150.01160.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=38.12%
G=24.96%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314621600.350.030.13305.4554.6172.35
HexDF92D80233D1313748
Octal33722233004331546167110
Binary11011111100100101101100001000111111011001100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF92D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF92D8; }

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

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

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

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

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

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

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

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