#D898CE

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

Shades of Plum #D898CE

Tints of Plum #D898CE

Color information

#D898CE (or 0xD898CE) is unknown color: approx Plum. HEX triplet: D8, 98 and CE. RGB value is (216,152,206). Sum of RGB (Red+Green+Blue) = 216+152+206=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D898CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898CE is #276731. Grayscale: #B1B1B1. Windows color (decimal): -2582322 or 13539544. OLE color: 13539544.

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

Color convert

RGB216152206-
CMYK00.300.050.15
HSL309.38º45.07%72.16%-
HSV(B)309.38º29.63%84.71%-
XYZ50.6941.5163.73-
YUV177.29144.2155.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.63%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=37.63%
G=26.48%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615220600.300.050.15309.3845.0772.16
HexD898CE01E5F1352d48
Octal33023031603651746555110
Binary11011000100110001100111001111010111111001101011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D898CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D898CE; }

 p { color: rgb(216,152,206); }

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

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

 a { background-color: rgb(216,152,206); }

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

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

 span { border-color: rgb(216,152,206); }

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