#DA8BCD

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

Shades of Plum #DA8BCD

Tints of Plum #DA8BCD

Color information

#DA8BCD (or 0xDA8BCD) is unknown color: approx Plum. HEX triplet: DA, 8B and CD. RGB value is (218,139,205). Sum of RGB (Red+Green+Blue) = 218+139+205=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BCD is #257432. Grayscale: #A9A9A9. Windows color (decimal): -2454579 or 13470682. OLE color: 13470682.

HSL color Cylindrical-coordinate representation of color #DA8BCD: hue angle of 309.87º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8BCD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218139205-
CMYK00.360.060.15
HSL309.87º51.63%70%-
HSV(B)309.87º36.24%85.49%-
XYZ49.1737.7862.46-
YUV170.14147.67162.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 139 (54.69% from 255) = 24.73%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=38.79%
G=24.73%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813920500.360.060.15309.8751.6370
HexDA8BCD0246F1363446
Octal33221331504461746664106
Binary110110101000101111001101010010011011111001101101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BCD; }

 p { color: rgb(218,139,205); }

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

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

 a { background-color: rgb(218,139,205); }

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

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

 span { border-color: rgb(218,139,205); }

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