#D498DF

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

Shades of Plum #D498DF

Tints of Plum #D498DF

Color information

#D498DF (or 0xD498DF) is unknown color: approx Plum. HEX triplet: D4, 98 and DF. RGB value is (212,152,223). Sum of RGB (Red+Green+Blue) = 212+152+223=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #D498DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D498DF is #2B6720. Grayscale: #B1B1B1. Windows color (decimal): -2844449 or 14653652. OLE color: 14653652.

HSL color Cylindrical-coordinate representation of color #D498DF: hue angle of 290.7º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D498DF is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212152223-
CMYK0.050.3200.13
HSL290.7º52.59%73.53%-
HSV(B)290.7º31.84%87.45%-
XYZ51.741.7875.15-
YUV178.03153.38152.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 152 (59.77% from 255) = 25.89%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=36.12%
G=25.89%
B=37.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121522230.050.3200.13290.752.5973.53
HexD498DF5200D123354a
Octal32423033754001544365112
Binary110101001001100011011111101100000011011001000111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D498DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D498DF; }

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

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

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

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

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

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

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

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