#DD92D8

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

Shades of Plum #DD92D8

Tints of Plum #DD92D8

Color information

#DD92D8 (or 0xDD92D8) is unknown color: approx Plum. HEX triplet: DD, 92 and D8. RGB value is (221,146,216). Sum of RGB (Red+Green+Blue) = 221+146+216=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92D8 is #226D27. Grayscale: #B0B0B0. Windows color (decimal): -2256168 or 14193373. OLE color: 14193373.

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

Color convert

RGB221146216-
CMYK00.340.020.13
HSL304º52.45%71.96%-
HSV(B)304º33.94%86.67%-
XYZ52.4940.8970.09-
YUV176.4150.35159.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 146 (57.42% from 255) = 25.04%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=37.91%
G=25.04%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114621600.340.020.1330452.4571.96
HexDD92D80222D1303448
Octal33522233004221546064110
Binary11011101100100101101100001000101011011001100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92D8; }

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

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

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

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

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

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

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

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