#DA8BCC

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

Shades of Plum #DA8BCC

Tints of Plum #DA8BCC

Color information

#DA8BCC (or 0xDA8BCC) is unknown color: approx Plum. HEX triplet: DA, 8B and CC. RGB value is (218,139,204). Sum of RGB (Red+Green+Blue) = 218+139+204=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BCC is #257433. Grayscale: #A9A9A9. Windows color (decimal): -2454580 or 13405146. OLE color: 13405146.

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

Color convert

RGB218139204-
CMYK00.360.060.15
HSL310.63º51.63%70%-
HSV(B)310.63º36.24%85.49%-
XYZ49.0537.7361.82-
YUV170.03147.17162.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=38.86%
G=24.78%
B=36.36%

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
Decimal21813920400.360.060.15310.6351.6370
HexDA8BCC0246F1373446
Octal33221331404461746764106
Binary110110101000101111001100010010011011111001101111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BCC; }

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

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

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

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

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

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

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

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