#D98CCA

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

Shades of Plum #D98CCA

Tints of Plum #D98CCA

Color information

#D98CCA (or 0xD98CCA) is unknown color: approx Plum. HEX triplet: D9, 8C and CA. RGB value is (217,140,202). Sum of RGB (Red+Green+Blue) = 217+140+202=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CCA is #267335. Grayscale: #A9A9A9. Windows color (decimal): -2519862 or 13274329. OLE color: 13274329.

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

Color convert

RGB217140202-
CMYK00.350.070.15
HSL311.69º50.33%70%-
HSV(B)311.69º35.48%85.1%-
XYZ48.6537.7760.6-
YUV170.09146.01161.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=38.82%
G=25.04%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714020200.350.070.15311.6950.3370
HexD98CCA0237F1383246
Octal33121431204371747062106
Binary110110011000110011001010010001111111111001110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CCA; }

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

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

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

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

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

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

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

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