#DA9CE0

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

Shades of Plum #DA9CE0

Tints of Plum #DA9CE0

Color information

#DA9CE0 (or 0xDA9CE0) is unknown color: approx Plum. HEX triplet: DA, 9C and E0. RGB value is (218,156,224). Sum of RGB (Red+Green+Blue) = 218+156+224=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CE0 is #25631F. Grayscale: #B6B6B6. Windows color (decimal): -2450208 or 14720218. OLE color: 14720218.

HSL color Cylindrical-coordinate representation of color #DA9CE0: hue angle of 294.71º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9CE0 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218156224-
CMYK0.030.3000.12
HSL294.71º52.31%74.51%-
HSV(B)294.71º30.36%87.84%-
XYZ54.2644.0676.17-
YUV182.29151.54153.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=36.45%
G=26.09%
B=37.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181562240.030.3000.12294.7152.3174.51
HexDA9CE031E0C127344b
Octal33223434033601444764113
Binary1101101010011100111000001111110011001001001111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CE0; }

 p { color: rgb(218,156,224); }

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

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

 a { background-color: rgb(218,156,224); }

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

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

 span { border-color: rgb(218,156,224); }

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