#D995D1

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

Shades of Plum #D995D1

Tints of Plum #D995D1

Color information

#D995D1 (or 0xD995D1) is unknown color: approx Plum. HEX triplet: D9, 95 and D1. RGB value is (217,149,209). Sum of RGB (Red+Green+Blue) = 217+149+209=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D995D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995D1 is #266A2E. Grayscale: #B0B0B0. Windows color (decimal): -2517551 or 13735385. OLE color: 13735385.

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

Color convert

RGB217149209-
CMYK00.310.040.15
HSL307.06º47.22%71.76%-
HSV(B)307.06º31.34%85.1%-
XYZ50.8740.8565.53-
YUV176.17146.53157.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=37.74%
G=25.91%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714920900.310.040.15307.0647.2271.76
HexD995D101F4F1332f48
Octal33122532103741746357110
Binary11011001100101011101000101111110011111001100111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995D1; }

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

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

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

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

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

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

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

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