#DD92DD

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

Shades of Plum #DD92DD

Tints of Plum #DD92DD

Color information

#DD92DD (or 0xDD92DD) is unknown color: approx Plum. HEX triplet: DD, 92 and DD. RGB value is (221,146,221). Sum of RGB (Red+Green+Blue) = 221+146+221=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92DD is #226D22. Grayscale: #B0B0B0. Windows color (decimal): -2256163 or 14521053. OLE color: 14521053.

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

Color convert

RGB221146221-
CMYK00.3400.13
HSL300º52.45%71.96%-
HSV(B)300º33.94%86.67%-
XYZ53.1541.1573.55-
YUV176.98152.85159.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 146 (57.42% from 255) = 24.83%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=37.59%
G=24.83%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114622100.3400.1330052.4571.96
HexDD92DD0220D12c3448
Octal33522233504201545464110
Binary1101110110010010110111010100010011011001011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92DD; }

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

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

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

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

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

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

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

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