#D398DC

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

Shades of Plum #D398DC

Tints of Plum #D398DC

Color information

#D398DC (or 0xD398DC) is unknown color: approx Plum. HEX triplet: D3, 98 and DC. RGB value is (211,152,220). Sum of RGB (Red+Green+Blue) = 211+152+220=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #D398DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D398DC is #2C6723. Grayscale: #B1B1B1. Windows color (decimal): -2909988 or 14457043. OLE color: 14457043.

HSL color Cylindrical-coordinate representation of color #D398DC: hue angle of 292.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D398DC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211152220-
CMYK0.040.3100.14
HSL292.06º49.28%72.94%-
HSV(B)292.06º30.91%86.27%-
XYZ51.0141.4773.03-
YUV177.39152.05151.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.19%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=36.19%
G=26.07%
B=37.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111522200.040.3100.14292.0649.2872.94
HexD398DC41F0E1243149
Octal32323033443701644461111
Binary11010011100110001101110010011111011101001001001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D398DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D398DC; }

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

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

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

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

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

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

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

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