#DD8FCD

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

Shades of Plum #DD8FCD

Tints of Plum #DD8FCD

Color information

#DD8FCD (or 0xDD8FCD) is unknown color: approx Plum. HEX triplet: DD, 8F and CD. RGB value is (221,143,205). Sum of RGB (Red+Green+Blue) = 221+143+205=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FCD is #227032. Grayscale: #ADADAD. Windows color (decimal): -2256947 or 13471709. OLE color: 13471709.

HSL color Cylindrical-coordinate representation of color #DD8FCD: hue angle of 312.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FCD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221143205-
CMYK00.350.070.13
HSL312.31º53.42%71.37%-
HSV(B)312.31º35.29%86.67%-
XYZ50.6639.4262.7-
YUV173.39145.84161.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=38.84%
G=25.13%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114320500.350.070.13312.3153.4271.37
HexDD8FCD0237D1383547
Octal33521731504371547065107
Binary110111011000111111001101010001111111011001110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FCD; }

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

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

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

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

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

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

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

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