#D996CD

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

Shades of Plum #D996CD

Tints of Plum #D996CD

Color information

#D996CD (or 0xD996CD) is unknown color: approx Plum. HEX triplet: D9, 96 and CD. RGB value is (217,150,205). Sum of RGB (Red+Green+Blue) = 217+150+205=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D996CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996CD is #266932. Grayscale: #B0B0B0. Windows color (decimal): -2517299 or 13473497. OLE color: 13473497.

HSL color Cylindrical-coordinate representation of color #D996CD: hue angle of 310.75º 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 #D996CD is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217150205-
CMYK00.310.060.15
HSL310.75º46.85%71.96%-
HSV(B)310.75º30.88%85.1%-
XYZ50.5440.9763-
YUV176.3144.2157.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=37.94%
G=26.22%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715020500.310.060.15310.7546.8571.96
HexD996CD01F6F1372f48
Octal33122631503761746757110
Binary11011001100101101100110101111111011111001101111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996CD; }

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

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

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

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

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

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

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

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