#DA92DF

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

Shades of Plum #DA92DF

Tints of Plum #DA92DF

Color information

#DA92DF (or 0xDA92DF) is unknown color: approx Plum. HEX triplet: DA, 92 and DF. RGB value is (218,146,223). Sum of RGB (Red+Green+Blue) = 218+146+223=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92DF is #256D20. Grayscale: #B0B0B0. Windows color (decimal): -2452769 or 14652122. OLE color: 14652122.

HSL color Cylindrical-coordinate representation of color #DA92DF: hue angle of 296.1º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA92DF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218146223-
CMYK0.020.3500.13
HSL296.1º54.61%72.35%-
HSV(B)296.1º34.53%87.45%-
XYZ52.5140.7974.92-
YUV176.31154.35157.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 146 (57.42% from 255) = 24.87%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=37.14%
G=24.87%
B=37.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181462230.020.3500.13296.154.6172.35
HexDA92DF2230D1283748
Octal33222233724301545067110
Binary11011010100100101101111110100011011011001010001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92DF; }

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

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

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

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

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

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

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

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