#DA9DCF

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

Shades of Plum #DA9DCF

Tints of Plum #DA9DCF

Color information

#DA9DCF (or 0xDA9DCF) is unknown color: approx Plum. HEX triplet: DA, 9D and CF. RGB value is (218,157,207). Sum of RGB (Red+Green+Blue) = 218+157+207=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DCF is #256230. Grayscale: #B4B4B4. Windows color (decimal): -2449969 or 13606362. OLE color: 13606362.

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

Color convert

RGB218157207-
CMYK00.280.050.15
HSL310.82º45.19%73.53%-
HSV(B)310.82º27.98%85.49%-
XYZ52.2343.5264.68-
YUV180.94142.71154.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 207 (81.25% from 255) = 35.57%
R=37.46%
G=26.98%
B=35.57%

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
Decimal21815720700.280.050.15310.8245.1973.53
HexDA9DCF01C5F1372d4a
Octal33223531703451746755112
Binary11011010100111011100111101110010111111001101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DCF; }

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

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

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

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

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

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

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

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