#D498DD

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

Shades of Plum #D498DD

Tints of Plum #D498DD

Color information

#D498DD (or 0xD498DD) is unknown color: approx Plum. HEX triplet: D4, 98 and DD. RGB value is (212,152,221). Sum of RGB (Red+Green+Blue) = 212+152+221=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D498DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498DD is #2B6722. Grayscale: #B1B1B1. Windows color (decimal): -2844451 or 14522580. OLE color: 14522580.

HSL color Cylindrical-coordinate representation of color #D498DD: hue angle of 292.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D498DD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212152221-
CMYK0.040.3100.13
HSL292.17º50.36%73.14%-
HSV(B)292.17º31.22%86.67%-
XYZ51.4341.6773.74-
YUV177.81152.38152.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 152 (59.77% from 255) = 25.98%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=36.24%
G=25.98%
B=37.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121522210.040.3100.13292.1750.3673.14
HexD498DD41F0D1243249
Octal32423033543701544462111
Binary11010100100110001101110110011111011011001001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498DD; }

 p { color: rgb(212,152,221); }

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

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

 a { background-color: rgb(212,152,221); }

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

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

 span { border-color: rgb(212,152,221); }

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