#D298DA

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

Shades of Plum #D298DA

Tints of Plum #D298DA

Color information

#D298DA (or 0xD298DA) is unknown color: approx Plum. HEX triplet: D2, 98 and DA. RGB value is (210,152,218). Sum of RGB (Red+Green+Blue) = 210+152+218=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D298DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DA is #2D6725. Grayscale: #B0B0B0. Windows color (decimal): -2975526 or 14325970. OLE color: 14325970.

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

Color convert

RGB210152218-
CMYK0.040.3000.15
HSL292.73º47.14%72.55%-
HSV(B)292.73º30.28%85.49%-
XYZ50.4641.2271.63-
YUV176.87151.22151.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=36.21%
G=26.21%
B=37.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101522180.040.3000.15292.7347.1472.55
HexD298DA41E0F1252f49
Octal32223033243601744557111
Binary11010010100110001101101010011110011111001001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298DA; }

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

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

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

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

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

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

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

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