#DA8CCF

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

Shades of Plum #DA8CCF

Tints of Plum #DA8CCF

Color information

#DA8CCF (or 0xDA8CCF) is unknown color: approx Plum. HEX triplet: DA, 8C and CF. RGB value is (218,140,207). Sum of RGB (Red+Green+Blue) = 218+140+207=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CCF is #257330. Grayscale: #AAAAAA. Windows color (decimal): -2454321 or 13602010. OLE color: 13602010.

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

Color convert

RGB218140207-
CMYK00.360.050.15
HSL308.46º51.32%70.2%-
HSV(B)308.46º35.78%85.49%-
XYZ49.5538.1763.79-
YUV170.96148.34161.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=38.58%
G=24.78%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814020700.360.050.15308.4651.3270.2
HexDA8CCF0245F1343346
Octal33221431704451746463106
Binary110110101000110011001111010010010111111001101001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CCF; }

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

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

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

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

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

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

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

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