#D996D2

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

Shades of Plum #D996D2

Tints of Plum #D996D2

Color information

#D996D2 (or 0xD996D2) is unknown color: approx Plum. HEX triplet: D9, 96 and D2. RGB value is (217,150,210). Sum of RGB (Red+Green+Blue) = 217+150+210=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D996D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996D2 is #26692D. Grayscale: #B0B0B0. Windows color (decimal): -2517294 or 13801177. OLE color: 13801177.

HSL color Cylindrical-coordinate representation of color #D996D2: hue angle of 306.27º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996D2 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217150210-
CMYK00.310.030.15
HSL306.27º46.85%71.96%-
HSV(B)306.27º30.88%85.1%-
XYZ51.1541.2266.23-
YUV176.87146.7156.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 210 (82.42% from 255) = 36.40%
R=37.61%
G=26.00%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715021000.310.030.15306.2746.8571.96
HexD996D201F3F1322f48
Octal33122632203731746257110
Binary1101100110010110110100100111111111111001100101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996D2; }

 p { color: rgb(217,150,210); }

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

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

 a { background-color: rgb(217,150,210); }

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

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

 span { border-color: rgb(217,150,210); }

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