#DA91CA

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

Shades of Plum #DA91CA

Tints of Plum #DA91CA

Color information

#DA91CA (or 0xDA91CA) is unknown color: approx Plum. HEX triplet: DA, 91 and CA. RGB value is (218,145,202). Sum of RGB (Red+Green+Blue) = 218+145+202=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91CA is #256E35. Grayscale: #ADADAD. Windows color (decimal): -2453046 or 13275610. OLE color: 13275610.

HSL color Cylindrical-coordinate representation of color #DA91CA: hue angle of 313.15º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA91CA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218145202-
CMYK00.330.070.15
HSL313.15º49.66%71.18%-
HSV(B)313.15º33.49%85.49%-
XYZ49.739.4260.87-
YUV173.32144.18159.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=38.58%
G=25.66%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814520200.330.070.15313.1549.6671.18
HexDA91CA0217F1393247
Octal33222131204171747162107
Binary110110101001000111001010010000111111111001110011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91CA; }

 p { color: rgb(218,145,202); }

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

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

 a { background-color: rgb(218,145,202); }

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

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

 span { border-color: rgb(218,145,202); }

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