#D28ADC

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

Shades of Plum #D28ADC

Tints of Plum #D28ADC

Color information

#D28ADC (or 0xD28ADC) is unknown color: approx Plum. HEX triplet: D2, 8A and DC. RGB value is (210,138,220). Sum of RGB (Red+Green+Blue) = 210+138+220=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D28ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ADC is #2D7523. Grayscale: #A8A8A8. Windows color (decimal): -2979108 or 14453458. OLE color: 14453458.

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

Color convert

RGB210138220-
CMYK0.050.3700.14
HSL292.68º53.95%70.2%-
HSV(B)292.68º37.27%86.27%-
XYZ48.5937.0572.3-
YUV168.88156.85157.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=36.97%
G=24.30%
B=38.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101382200.050.3700.14292.6853.9570.2
HexD28ADC5250E1253646
Octal32221233454501644566106
Binary110100101000101011011100101100101011101001001011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ADC; }

 p { color: rgb(210,138,220); }

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

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

 a { background-color: rgb(210,138,220); }

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

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

 span { border-color: rgb(210,138,220); }

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