#D98CD0

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

Shades of Plum #D98CD0

Tints of Plum #D98CD0

Color information

#D98CD0 (or 0xD98CD0) is unknown color: approx Plum. HEX triplet: D9, 8C and D0. RGB value is (217,140,208). Sum of RGB (Red+Green+Blue) = 217+140+208=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CD0 is #26732F. Grayscale: #AAAAAA. Windows color (decimal): -2519856 or 13667545. OLE color: 13667545.

HSL color Cylindrical-coordinate representation of color #D98CD0: hue angle of 307.01º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CD0 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217140208-
CMYK00.350.040.15
HSL307.01º50.33%70%-
HSV(B)307.01º35.48%85.1%-
XYZ49.3838.0664.42-
YUV170.77149.01160.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=38.41%
G=24.78%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714020800.350.040.15307.0150.3370
HexD98CD00234F1333246
Octal33121432004341746362106
Binary110110011000110011010000010001110011111001100111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CD0; }

 p { color: rgb(217,140,208); }

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

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

 a { background-color: rgb(217,140,208); }

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

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

 span { border-color: rgb(217,140,208); }

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