#D994CB

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

Shades of Plum #D994CB

Tints of Plum #D994CB

Color information

#D994CB (or 0xD994CB) is unknown color: approx Plum. HEX triplet: D9, 94 and CB. RGB value is (217,148,203). Sum of RGB (Red+Green+Blue) = 217+148+203=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D994CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994CB is #266B34. Grayscale: #AEAEAE. Windows color (decimal): -2517813 or 13341913. OLE color: 13341913.

HSL color Cylindrical-coordinate representation of color #D994CB: hue angle of 312.17º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994CB is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217148203-
CMYK00.320.060.15
HSL312.17º47.59%71.57%-
HSV(B)312.17º31.8%85.1%-
XYZ49.9840.2461.63-
YUV174.9143.86158.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=38.20%
G=26.06%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714820300.320.060.15312.1747.5971.57
HexD994CB0206F1383048
Octal33122431304061747060110
Binary110110011001010011001011010000011011111001110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D994CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D994CB; }

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

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

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

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

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

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

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

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