#DA8CD4

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

Shades of Plum #DA8CD4

Tints of Plum #DA8CD4

Color information

#DA8CD4 (or 0xDA8CD4) is unknown color: approx Plum. HEX triplet: DA, 8C and D4. RGB value is (218,140,212). Sum of RGB (Red+Green+Blue) = 218+140+212=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CD4 is #25732B. Grayscale: #ABABAB. Windows color (decimal): -2454316 or 13929690. OLE color: 13929690.

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

Color convert

RGB218140212-
CMYK00.360.030.15
HSL304.62º51.32%70.2%-
HSV(B)304.62º35.78%85.49%-
XYZ50.1838.4267.06-
YUV171.53150.84161.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=38.25%
G=24.56%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814021200.360.030.15304.6251.3270.2
HexDA8CD40243F1313346
Octal33221432404431746163106
Binary11011010100011001101010001001001111111001100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CD4; }

 p { color: rgb(218,140,212); }

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

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

 a { background-color: rgb(218,140,212); }

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

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

 span { border-color: rgb(218,140,212); }

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