#DA92ED

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

Shades of Plum #DA92ED

Tints of Plum #DA92ED

Color information

#DA92ED (or 0xDA92ED) is unknown color: approx Plum. HEX triplet: DA, 92 and ED. RGB value is (218,146,237). Sum of RGB (Red+Green+Blue) = 218+146+237=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA92ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA92ED is #256D12. Grayscale: #B1B1B1. Windows color (decimal): -2452755 or 15569626. OLE color: 15569626.

HSL color Cylindrical-coordinate representation of color #DA92ED: hue angle of 287.47º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA92ED is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218146237-
CMYK0.080.3800.07
HSL287.47º71.65%75.1%-
HSV(B)287.47º38.4%92.94%-
XYZ54.4841.5885.27-
YUV177.9161.35156.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 146 (57.42% from 255) = 24.29%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=36.27%
G=24.29%
B=39.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181462370.080.3800.07287.4771.6575.1
HexDA92ED8260711f484b
Octal332222355104607437110113
Binary1101101010010010111011011000100110011110001111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92ED; }

 p { color: rgb(218,146,237); }

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

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

 a { background-color: rgb(218,146,237); }

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

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

 span { border-color: rgb(218,146,237); }

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