#D995DC

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

Shades of Plum #D995DC

Tints of Plum #D995DC

Color information

#D995DC (or 0xD995DC) is unknown color: approx Plum. HEX triplet: D9, 95 and DC. RGB value is (217,149,220). Sum of RGB (Red+Green+Blue) = 217+149+220=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D995DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995DC is #266A23. Grayscale: #B1B1B1. Windows color (decimal): -2517540 or 14456281. OLE color: 14456281.

HSL color Cylindrical-coordinate representation of color #D995DC: hue angle of 297.46º degrees, saturation: 0.5, 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 #D995DC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217149220-
CMYK0.010.3200.14
HSL297.46º50.35%72.35%-
HSV(B)297.46º32.27%86.27%-
XYZ52.2841.4172.95-
YUV177.43152.03156.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 149 (58.59% from 255) = 25.43%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=37.03%
G=25.43%
B=37.54%

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
Decimal2171492200.010.3200.14297.4650.3572.35
HexD995DC1200E1293248
Octal33122533414001645162110
Binary1101100110010101110111001100000011101001010011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995DC; }

 p { color: rgb(217,149,220); }

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

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

 a { background-color: rgb(217,149,220); }

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

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

 span { border-color: rgb(217,149,220); }

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