#D298DB

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

Shades of Plum #D298DB

Tints of Plum #D298DB

Color information

#D298DB (or 0xD298DB) is unknown color: approx Plum. HEX triplet: D2, 98 and DB. RGB value is (210,152,219). Sum of RGB (Red+Green+Blue) = 210+152+219=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D298DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DB is #2D6724. Grayscale: #B0B0B0. Windows color (decimal): -2975525 or 14391506. OLE color: 14391506.

HSL color Cylindrical-coordinate representation of color #D298DB: hue angle of 291.94º degrees, saturation: 0.48, 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 #D298DB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210152219-
CMYK0.040.3100.14
HSL291.94º48.2%72.75%-
HSV(B)291.94º30.59%85.88%-
XYZ50.5941.2772.32-
YUV176.98151.72151.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=36.14%
G=26.16%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101522190.040.3100.14291.9448.272.75
HexD298DB41F0E1243049
Octal32223033343701644460111
Binary11010010100110001101101110011111011101001001001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298DB; }

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

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

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

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

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

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

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

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