#D98CD2

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

Shades of Plum #D98CD2

Tints of Plum #D98CD2

Color information

#D98CD2 (or 0xD98CD2) is unknown color: approx Plum. HEX triplet: D9, 8C and D2. RGB value is (217,140,210). Sum of RGB (Red+Green+Blue) = 217+140+210=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CD2 is #26732D. Grayscale: #AAAAAA. Windows color (decimal): -2519854 or 13798617. OLE color: 13798617.

HSL color Cylindrical-coordinate representation of color #D98CD2: hue angle of 305.45º 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 #D98CD2 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217140210-
CMYK00.350.030.15
HSL305.45º50.33%70%-
HSV(B)305.45º35.48%85.1%-
XYZ49.6338.1665.72-
YUV171150.01160.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 140 (55.08% from 255) = 24.69%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=38.27%
G=24.69%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714021000.350.030.15305.4550.3370
HexD98CD20233F1313246
Octal33121432204331746162106
Binary11011001100011001101001001000111111111001100011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CD2; }

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

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

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

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

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

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

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

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