#DA91D4

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

Shades of Plum #DA91D4

Tints of Plum #DA91D4

Color information

#DA91D4 (or 0xDA91D4) is unknown color: approx Plum. HEX triplet: DA, 91 and D4. RGB value is (218,145,212). Sum of RGB (Red+Green+Blue) = 218+145+212=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91D4 is #256E2B. Grayscale: #AEAEAE. Windows color (decimal): -2453036 or 13930970. OLE color: 13930970.

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

Color convert

RGB218145212-
CMYK00.330.030.15
HSL304.93º49.66%71.18%-
HSV(B)304.93º33.49%85.49%-
XYZ50.9239.9167.31-
YUV174.46149.18159.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 212 (83.20% from 255) = 36.87%
R=37.91%
G=25.22%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814521200.330.030.15304.9349.6671.18
HexDA91D40213F1313247
Octal33222132404131746162107
Binary11011010100100011101010001000011111111001100011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91D4; }

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

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

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

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

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

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

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

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