#DC90DD

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

Shades of Plum #DC90DD

Tints of Plum #DC90DD

Color information

#DC90DD (or 0xDC90DD) is unknown color: approx Plum. HEX triplet: DC, 90 and DD. RGB value is (220,144,221). Sum of RGB (Red+Green+Blue) = 220+144+221=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90DD is #236F22. Grayscale: #AFAFAF. Windows color (decimal): -2322211 or 14520540. OLE color: 14520540.

HSL color Cylindrical-coordinate representation of color #DC90DD: hue angle of 299.22º 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 #DC90DD is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220144221-
CMYK0.000.3500.13
HSL299.22º53.1%71.57%-
HSV(B)299.22º34.84%86.67%-
XYZ52.5440.3873.43-
YUV175.5153.68159.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=37.61%
G=24.62%
B=37.78%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201442210.000.3500.13299.2253.171.57
HexDC90DD0230D12b3548
Octal33422033504301545365110
Binary1101110010010000110111010100011011011001010111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90DD; }

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

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

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

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

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

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

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

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