#DD92DC

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

Shades of Plum #DD92DC

Tints of Plum #DD92DC

Color information

#DD92DC (or 0xDD92DC) is unknown color: approx Plum. HEX triplet: DD, 92 and DC. RGB value is (221,146,220). Sum of RGB (Red+Green+Blue) = 221+146+220=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92DC is #226D23. Grayscale: #B0B0B0. Windows color (decimal): -2256164 or 14455517. OLE color: 14455517.

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

Color convert

RGB221146220-
CMYK00.340.000.13
HSL300.8º52.45%71.96%-
HSV(B)300.8º33.94%86.67%-
XYZ53.0241.172.85-
YUV176.86152.35159.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=37.65%
G=24.87%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114622000.340.000.13300.852.4571.96
HexDD92DC0220D12d3448
Octal33522233404201545564110
Binary1101110110010010110111000100010011011001011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92DC; }

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

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

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

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

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

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

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

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