#DD92CD

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

Shades of Plum #DD92CD

Tints of Plum #DD92CD

Color information

#DD92CD (or 0xDD92CD) is unknown color: approx Plum. HEX triplet: DD, 92 and CD. RGB value is (221,146,205). Sum of RGB (Red+Green+Blue) = 221+146+205=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92CD is #226D32. Grayscale: #AEAEAE. Windows color (decimal): -2256179 or 13472477. OLE color: 13472477.

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

Color convert

RGB221146205-
CMYK00.340.070.13
HSL312.8º52.45%71.96%-
HSV(B)312.8º33.94%86.67%-
XYZ51.1240.3462.85-
YUV175.15144.85160.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=38.64%
G=25.52%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114620500.340.070.13312.852.4571.96
HexDD92CD0227D1393448
Octal33522231504271547164110
Binary110111011001001011001101010001011111011001110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92CD; }

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

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

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

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

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

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

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

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