#DA90CB

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

Shades of Plum #DA90CB

Tints of Plum #DA90CB

Color information

#DA90CB (or 0xDA90CB) is unknown color: approx Plum. HEX triplet: DA, 90 and CB. RGB value is (218,144,203). Sum of RGB (Red+Green+Blue) = 218+144+203=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90CB is #256F34. Grayscale: #ACACAC. Windows color (decimal): -2453301 or 13340890. OLE color: 13340890.

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

Color convert

RGB218144203-
CMYK00.340.070.15
HSL312.16º50%70.98%-
HSV(B)312.16º33.94%85.49%-
XYZ49.6739.1661.44-
YUV172.85145.02160.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=38.58%
G=25.49%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814420300.340.070.15312.165070.98
HexDA90CB0227F1383247
Octal33222031304271747062107
Binary110110101001000011001011010001011111111001110001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90CB; }

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

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

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

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

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

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

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

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