#dc90cb

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

Shades of Plum #DC90CB

Tints of Plum #DC90CB

Color information

#DC90CB (or 0xDC90CB) is unknown color: approx Plum. HEX triplet: DC, 90 and CB. RGB value is (220,144,203). Sum of RGB (Red+Green+Blue) = 220+144+203=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90CB is #236F34. Grayscale: #ADADAD. Windows color (decimal): -2322229 or 13340892. OLE color: 13340892.

HSL color Cylindrical-coordinate representation of color #DC90CB: hue angle of 313.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90CB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220144203-
CMYK00.350.080.14
HSL313.42º52.05%71.37%-
HSV(B)313.42º34.55%86.27%-
XYZ50.2739.4761.47-
YUV173.45144.68161.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=38.80%
G=25.40%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014420300.350.080.14313.4252.0571.37
HexDC90CB0238E1393447
Octal334220313043101647164107
Binary1101110010010000110010110100011100011101001110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc90cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc90cb; }

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

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

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

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

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

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

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

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