#D298D6

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

Shades of Plum #D298D6

Tints of Plum #D298D6

Color information

#D298D6 (or 0xD298D6) is unknown color: approx Plum. HEX triplet: D2, 98 and D6. RGB value is (210,152,214). Sum of RGB (Red+Green+Blue) = 210+152+214=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #D298D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298D6 is #2D6729. Grayscale: #B0B0B0. Windows color (decimal): -2975530 or 14063826. OLE color: 14063826.

HSL color Cylindrical-coordinate representation of color #D298D6: hue angle of 296.13º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D298D6 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210152214-
CMYK0.020.2900.16
HSL296.13º43.06%71.76%-
HSV(B)296.13º28.97%83.92%-
XYZ49.9441.0168.9-
YUV176.41149.22151.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.46%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 214 (83.98% from 255) = 37.15%
R=36.46%
G=26.39%
B=37.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101522140.020.2900.16296.1343.0671.76
HexD298D621D0101282b48
Octal32223032623502045053110
Binary11010010100110001101011010111010100001001010001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298D6; }

 p { color: rgb(210,152,214); }

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

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

 a { background-color: rgb(210,152,214); }

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

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

 span { border-color: rgb(210,152,214); }

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