#DA92D6

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

Shades of Plum #DA92D6

Tints of Plum #DA92D6

Color information

#DA92D6 (or 0xDA92D6) is unknown color: approx Plum. HEX triplet: DA, 92 and D6. RGB value is (218,146,214). Sum of RGB (Red+Green+Blue) = 218+146+214=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92D6 is #256D29. Grayscale: #AFAFAF. Windows color (decimal): -2452778 or 14062298. OLE color: 14062298.

HSL color Cylindrical-coordinate representation of color #DA92D6: hue angle of 303.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA92D6 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218146214-
CMYK00.330.020.15
HSL303.33º49.32%71.37%-
HSV(B)303.33º33.03%85.49%-
XYZ51.3340.3268.7-
YUV175.28149.85158.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 146 (57.42% from 255) = 25.26%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=37.72%
G=25.26%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814621400.330.020.15303.3349.3271.37
HexDA92D60212F12f3147
Octal33222232604121745761107
Binary11011010100100101101011001000011011111001011111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92D6; }

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

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

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

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

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

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

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

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