#D398DA

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

Shades of Plum #D398DA

Tints of Plum #D398DA

Color information

#D398DA (or 0xD398DA) is unknown color: approx Plum. HEX triplet: D3, 98 and DA. RGB value is (211,152,218). Sum of RGB (Red+Green+Blue) = 211+152+218=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #D398DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398DA is #2C6725. Grayscale: #B0B0B0. Windows color (decimal): -2909990 or 14325971. OLE color: 14325971.

HSL color Cylindrical-coordinate representation of color #D398DA: hue angle of 293.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D398DA is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211152218-
CMYK0.030.3000.15
HSL293.64º47.14%72.55%-
HSV(B)293.64º30.28%85.49%-
XYZ50.7541.3771.64-
YUV177.16151.05152.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=36.32%
G=26.16%
B=37.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111522180.030.3000.15293.6447.1472.55
HexD398DA31E0F1262f49
Octal32323033233601744657111
Binary1101001110011000110110101111110011111001001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D398DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D398DA; }

 p { color: rgb(211,152,218); }

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

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

 a { background-color: rgb(211,152,218); }

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

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

 span { border-color: rgb(211,152,218); }

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