#DD90CB

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

Shades of Plum #DD90CB

Tints of Plum #DD90CB

Color information

#DD90CB (or 0xDD90CB) is unknown color: approx Plum. HEX triplet: DD, 90 and CB. RGB value is (221,144,203). Sum of RGB (Red+Green+Blue) = 221+144+203=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90CB is #226F34. Grayscale: #ADADAD. Windows color (decimal): -2256693 or 13340893. OLE color: 13340893.

HSL color Cylindrical-coordinate representation of color #DD90CB: hue angle of 314.03º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD90CB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221144203-
CMYK00.350.080.13
HSL314.03º53.1%71.57%-
HSV(B)314.03º34.84%86.67%-
XYZ50.5739.6361.48-
YUV173.75144.51161.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=38.91%
G=25.35%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114420300.350.080.13314.0353.171.57
HexDD90CB0238D13a3548
Octal335220313043101547265110
Binary1101110110010000110010110100011100011011001110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90CB; }

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

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

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

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

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

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

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

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