#DA90CC

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

Shades of Plum #DA90CC

Tints of Plum #DA90CC

Color information

#DA90CC (or 0xDA90CC) is unknown color: approx Plum. HEX triplet: DA, 90 and CC. RGB value is (218,144,204). Sum of RGB (Red+Green+Blue) = 218+144+204=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90CC is #256F33. Grayscale: #ACACAC. Windows color (decimal): -2453300 or 13406426. OLE color: 13406426.

HSL color Cylindrical-coordinate representation of color #DA90CC: hue angle of 311.35º degrees, saturation: 0.5, 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 #DA90CC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218144204-
CMYK00.340.060.15
HSL311.35º50%70.98%-
HSV(B)311.35º33.94%85.49%-
XYZ49.7939.2162.07-
YUV172.97145.52160.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=38.52%
G=25.44%
B=36.04%

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
Decimal21814420400.340.060.15311.355070.98
HexDA90CC0226F1373247
Octal33222031404261746762107
Binary110110101001000011001100010001011011111001101111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90CC; }

 p { color: rgb(218,144,204); }

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

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

 a { background-color: rgb(218,144,204); }

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

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

 span { border-color: rgb(218,144,204); }

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