#D28CDD

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

Shades of Plum #D28CDD

Tints of Plum #D28CDD

Color information

#D28CDD (or 0xD28CDD) is unknown color: approx Plum. HEX triplet: D2, 8C and DD. RGB value is (210,140,221). Sum of RGB (Red+Green+Blue) = 210+140+221=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D28CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CDD is #2D7322. Grayscale: #A9A9A9. Windows color (decimal): -2978595 or 14519506. OLE color: 14519506.

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

Color convert

RGB210140221-
CMYK0.050.3700.13
HSL291.85º54.36%70.78%-
HSV(B)291.85º36.65%86.67%-
XYZ49.0137.6873.1-
YUV170.16156.69156.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 140 (55.08% from 255) = 24.52%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=36.78%
G=24.52%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101402210.050.3700.13291.8554.3670.78
HexD28CDD5250D1243647
Octal32221433554501544466107
Binary110100101000110011011101101100101011011001001001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CDD; }

 p { color: rgb(210,140,221); }

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

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

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

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

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

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

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