#D995CD

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

Shades of Plum #D995CD

Tints of Plum #D995CD

Color information

#D995CD (or 0xD995CD) is unknown color: approx Plum. HEX triplet: D9, 95 and CD. RGB value is (217,149,205). Sum of RGB (Red+Green+Blue) = 217+149+205=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D995CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995CD is #266A32. Grayscale: #AFAFAF. Windows color (decimal): -2517555 or 13473241. OLE color: 13473241.

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

Color convert

RGB217149205-
CMYK00.310.060.15
HSL310.59º47.22%71.76%-
HSV(B)310.59º31.34%85.1%-
XYZ50.3840.6562.95-
YUV175.72144.53157.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=38.00%
G=26.09%
B=35.90%

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
Decimal21714920500.310.060.15310.5947.2271.76
HexD995CD01F6F1372f48
Octal33122531503761746757110
Binary11011001100101011100110101111111011111001101111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995CD; }

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

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

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

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

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

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

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

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