#D28FD6

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

Shades of Plum #D28FD6

Tints of Plum #D28FD6

Color information

#D28FD6 (or 0xD28FD6) is unknown color: approx Plum. HEX triplet: D2, 8F and D6. RGB value is (210,143,214). Sum of RGB (Red+Green+Blue) = 210+143+214=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #D28FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FD6 is #2D7029. Grayscale: #AAAAAA. Windows color (decimal): -2977834 or 14061522. OLE color: 14061522.

HSL color Cylindrical-coordinate representation of color #D28FD6: hue angle of 296.62º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28FD6 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210143214-
CMYK0.020.3300.16
HSL296.62º46.41%70%-
HSV(B)296.62º33.18%83.92%-
XYZ48.5438.268.43-
YUV171.13152.2155.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=37.04%
G=25.22%
B=37.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101432140.020.3300.16296.6246.4170
HexD28FD62210101292e46
Octal32221732624102045156106
Binary110100101000111111010110101000010100001001010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FD6; }

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

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

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

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

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

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

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

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