#D28FDD

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

Shades of Plum #D28FDD

Tints of Plum #D28FDD

Color information

#D28FDD (or 0xD28FDD) is unknown color: approx Plum. HEX triplet: D2, 8F and DD. RGB value is (210,143,221). Sum of RGB (Red+Green+Blue) = 210+143+221=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D28FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FDD is #2D7022. Grayscale: #ABABAB. Windows color (decimal): -2977827 or 14520274. OLE color: 14520274.

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

Color convert

RGB210143221-
CMYK0.050.3500.13
HSL291.54º53.42%71.37%-
HSV(B)291.54º35.29%86.67%-
XYZ49.4538.5773.24-
YUV171.92155.7155.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 143 (56.25% from 255) = 24.91%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=36.59%
G=24.91%
B=38.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101432210.050.3500.13291.5453.4271.37
HexD28FDD5230D1243547
Octal32221733554301544465107
Binary110100101000111111011101101100011011011001001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FDD; }

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

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

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

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

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

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

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

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