#D28CD4

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

Shades of Plum #D28CD4

Tints of Plum #D28CD4

Color information

#D28CD4 (or 0xD28CD4) is unknown color: approx Plum. HEX triplet: D2, 8C and D4. RGB value is (210,140,212). Sum of RGB (Red+Green+Blue) = 210+140+212=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #D28CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CD4 is #2D732B. Grayscale: #A8A8A8. Windows color (decimal): -2978604 or 13929682. OLE color: 13929682.

HSL color Cylindrical-coordinate representation of color #D28CD4: hue angle of 298.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28CD4 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210140212-
CMYK0.010.3400.17
HSL298.33º45.57%69.02%-
HSV(B)298.33º33.96%83.14%-
XYZ47.8437.2166.95-
YUV169.14152.19157.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=37.37%
G=24.91%
B=37.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101402120.010.3400.17298.3345.5769.02
HexD28CD412201112a2e45
Octal32221432414202145256105
Binary11010010100011001101010011000100100011001010101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CD4; }

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

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

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

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

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

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

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

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