#DA9DD0

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

Shades of Plum #DA9DD0

Tints of Plum #DA9DD0

Color information

#DA9DD0 (or 0xDA9DD0) is unknown color: approx Plum. HEX triplet: DA, 9D and D0. RGB value is (218,157,208). Sum of RGB (Red+Green+Blue) = 218+157+208=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DD0 is #25622F. Grayscale: #B4B4B4. Windows color (decimal): -2449968 or 13671898. OLE color: 13671898.

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

Color convert

RGB218157208-
CMYK00.280.050.15
HSL309.84º45.19%73.53%-
HSV(B)309.84º27.98%85.49%-
XYZ52.3643.5765.33-
YUV181.05143.21154.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 157 (61.72% from 255) = 26.93%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=37.39%
G=26.93%
B=35.68%

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
Decimal21815720800.280.050.15309.8445.1973.53
HexDA9DD001C5F1362d4a
Octal33223532003451746655112
Binary11011010100111011101000001110010111111001101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DD0; }

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

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

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

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

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

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

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

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