#D98ADC

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

Shades of Plum #D98ADC

Tints of Plum #D98ADC

Color information

#D98ADC (or 0xD98ADC) is unknown color: approx Plum. HEX triplet: D9, 8A and DC. RGB value is (217,138,220). Sum of RGB (Red+Green+Blue) = 217+138+220=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D98ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ADC is #267523. Grayscale: #AAAAAA. Windows color (decimal): -2520356 or 14453465. OLE color: 14453465.

HSL color Cylindrical-coordinate representation of color #D98ADC: hue angle of 297.8º 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 #D98ADC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217138220-
CMYK0.010.3700.14
HSL297.8º53.95%70.2%-
HSV(B)297.8º37.27%86.27%-
XYZ50.6238.172.4-
YUV170.97155.67160.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=37.74%
G=24%
B=38.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171382200.010.3700.14297.853.9570.2
HexD98ADC1250E12a3646
Octal33121233414501645266106
Binary1101100110001010110111001100101011101001010101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98ADC; }

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

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

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

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

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

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

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

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