#D298DC

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

Shades of Plum #D298DC

Tints of Plum #D298DC

Color information

#D298DC (or 0xD298DC) is unknown color: approx Plum. HEX triplet: D2, 98 and DC. RGB value is (210,152,220). Sum of RGB (Red+Green+Blue) = 210+152+220=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D298DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DC is #2D6723. Grayscale: #B0B0B0. Windows color (decimal): -2975524 or 14457042. OLE color: 14457042.

HSL color Cylindrical-coordinate representation of color #D298DC: hue angle of 291.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D298DC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210152220-
CMYK0.050.3100.14
HSL291.18º49.28%72.94%-
HSV(B)291.18º30.91%86.27%-
XYZ50.7241.3373.01-
YUV177.09152.22151.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 152 (59.77% from 255) = 26.12%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=36.08%
G=26.12%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101522200.050.3100.14291.1849.2872.94
HexD298DC51F0E1233149
Octal32223033453701644361111
Binary11010010100110001101110010111111011101001000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298DC; }

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

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

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

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

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

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

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

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