#D995CB

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

Shades of Plum #D995CB

Tints of Plum #D995CB

Color information

#D995CB (or 0xD995CB) is unknown color: approx Plum. HEX triplet: D9, 95 and CB. RGB value is (217,149,203). Sum of RGB (Red+Green+Blue) = 217+149+203=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D995CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995CB is #266A34. Grayscale: #AFAFAF. Windows color (decimal): -2517557 or 13342169. OLE color: 13342169.

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

Color convert

RGB217149203-
CMYK00.310.060.15
HSL312.35º47.22%71.76%-
HSV(B)312.35º31.34%85.1%-
XYZ50.1440.5661.69-
YUV175.49143.53157.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=38.14%
G=26.19%
B=35.68%

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
Decimal21714920300.310.060.15312.3547.2271.76
HexD995CB01F6F1382f48
Octal33122531303761747057110
Binary11011001100101011100101101111111011111001110001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D995CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D995CB; }

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

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

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

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

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

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

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

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