#DA9CD0

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

Shades of Plum #DA9CD0

Tints of Plum #DA9CD0

Color information

#DA9CD0 (or 0xDA9CD0) is unknown color: approx Plum. HEX triplet: DA, 9C and D0. RGB value is (218,156,208). Sum of RGB (Red+Green+Blue) = 218+156+208=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CD0 is #25632F. Grayscale: #B4B4B4. Windows color (decimal): -2450224 or 13671642. OLE color: 13671642.

HSL color Cylindrical-coordinate representation of color #DA9CD0: hue angle of 309.68º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9CD0 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218156208-
CMYK00.280.050.15
HSL309.68º45.59%73.33%-
HSV(B)309.68º28.44%85.49%-
XYZ52.1943.2465.27-
YUV180.47143.54154.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=37.46%
G=26.80%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815620800.280.050.15309.6845.5973.33
HexDA9CD001C5F1362e49
Octal33223432003451746656111
Binary11011010100111001101000001110010111111001101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CD0; }

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

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

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

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

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

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

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

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