#D998D4

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

Shades of Plum #D998D4

Tints of Plum #D998D4

Color information

#D998D4 (or 0xD998D4) is unknown color: approx Plum. HEX triplet: D9, 98 and D4. RGB value is (217,152,212). Sum of RGB (Red+Green+Blue) = 217+152+212=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D998D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998D4 is #26672B. Grayscale: #B2B2B2. Windows color (decimal): -2516780 or 13932761. OLE color: 13932761.

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

Color convert

RGB217152212-
CMYK00.300.020.15
HSL304.62º46.1%72.35%-
HSV(B)304.62º29.95%85.1%-
XYZ51.7341.9667.66-
YUV178.27147.03155.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=37.35%
G=26.16%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715221200.300.020.15304.6246.172.35
HexD998D401E2F1312e48
Octal33123032403621746156110
Binary1101100110011000110101000111101011111001100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D998D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D998D4; }

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

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

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

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

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

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

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

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