#D898CD

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

Shades of Plum #D898CD

Tints of Plum #D898CD

Color information

#D898CD (or 0xD898CD) is unknown color: approx Plum. HEX triplet: D8, 98 and CD. RGB value is (216,152,205). Sum of RGB (Red+Green+Blue) = 216+152+205=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D898CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D898CD is #276732. Grayscale: #B1B1B1. Windows color (decimal): -2582323 or 13474008. OLE color: 13474008.

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

Color convert

RGB216152205-
CMYK00.300.050.15
HSL310.31º45.07%72.16%-
HSV(B)310.31º29.63%84.71%-
XYZ50.5741.4663.1-
YUV177.18143.7155.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=37.70%
G=26.53%
B=35.78%

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
Decimal21615220500.300.050.15310.3145.0772.16
HexD898CD01E5F1362d48
Octal33023031503651746655110
Binary11011000100110001100110101111010111111001101101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D898CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D898CD; }

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

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

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

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

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

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

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

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