#D996DB

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

Shades of Plum #D996DB

Tints of Plum #D996DB

Color information

#D996DB (or 0xD996DB) is unknown color: approx Plum. HEX triplet: D9, 96 and DB. RGB value is (217,150,219). Sum of RGB (Red+Green+Blue) = 217+150+219=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D996DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996DB is #266924. Grayscale: #B1B1B1. Windows color (decimal): -2517285 or 14391001. OLE color: 14391001.

HSL color Cylindrical-coordinate representation of color #D996DB: hue angle of 298.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D996DB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217150219-
CMYK0.010.3200.14
HSL298.26º48.94%72.35%-
HSV(B)298.26º31.51%85.88%-
XYZ52.3141.6872.31-
YUV177.9151.2155.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=37.03%
G=25.60%
B=37.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171502190.010.3200.14298.2648.9472.35
HexD996DB1200E12a3148
Octal33122633314001645261110
Binary1101100110010110110110111100000011101001010101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996DB; }

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

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

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

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

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

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

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

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