#D990CB

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

Shades of Plum #D990CB

Tints of Plum #D990CB

Color information

#D990CB (or 0xD990CB) is unknown color: approx Plum. HEX triplet: D9, 90 and CB. RGB value is (217,144,203). Sum of RGB (Red+Green+Blue) = 217+144+203=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D990CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990CB is #266F34. Grayscale: #ACACAC. Windows color (decimal): -2518837 or 13340889. OLE color: 13340889.

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

Color convert

RGB217144203-
CMYK00.340.060.15
HSL311.51º48.99%70.78%-
HSV(B)311.51º33.64%85.1%-
XYZ49.3739.0161.43-
YUV172.55145.18159.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=38.48%
G=25.53%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714420300.340.060.15311.5148.9970.78
HexD990CB0226F1383147
Octal33122031304261747061107
Binary110110011001000011001011010001011011111001110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D990CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D990CB; }

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

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

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

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

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

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

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

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