#D899CD

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

Shades of Plum #D899CD

Tints of Plum #D899CD

Color information

#D899CD (or 0xD899CD) is unknown color: approx Plum. HEX triplet: D8, 99 and CD. RGB value is (216,153,205). Sum of RGB (Red+Green+Blue) = 216+153+205=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D899CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899CD is #276632. Grayscale: #B1B1B1. Windows color (decimal): -2582067 or 13474264. OLE color: 13474264.

HSL color Cylindrical-coordinate representation of color #D899CD: hue angle of 310.48º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899CD is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216153205-
CMYK00.290.050.15
HSL310.48º44.68%72.35%-
HSV(B)310.48º29.17%84.71%-
XYZ50.7341.7963.15-
YUV177.76143.37155.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.63%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=37.63%
G=26.66%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615320500.290.050.15310.4844.6872.35
HexD899CD01D5F1362d48
Octal33023131503551746655110
Binary11011000100110011100110101110110111111001101101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D899CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D899CD; }

 p { color: rgb(216,153,205); }

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

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

 a { background-color: rgb(216,153,205); }

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

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

 span { border-color: rgb(216,153,205); }

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