#DD92D6

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

Shades of Plum #DD92D6

Tints of Plum #DD92D6

Color information

#DD92D6 (or 0xDD92D6) is unknown color: approx Plum. HEX triplet: DD, 92 and D6. RGB value is (221,146,214). Sum of RGB (Red+Green+Blue) = 221+146+214=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92D6 is #226D29. Grayscale: #AFAFAF. Windows color (decimal): -2256170 or 14062301. OLE color: 14062301.

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

Color convert

RGB221146214-
CMYK00.340.030.13
HSL305.6º52.45%71.96%-
HSV(B)305.6º33.94%86.67%-
XYZ52.2440.7868.74-
YUV176.18149.35159.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 146 (57.42% from 255) = 25.13%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=38.04%
G=25.13%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114621400.340.030.13305.652.4571.96
HexDD92D60223D1323448
Octal33522232604231546264110
Binary11011101100100101101011001000101111011001100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92D6; }

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

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

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

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

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

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

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

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