#DA92D4

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

Shades of Plum #DA92D4

Tints of Plum #DA92D4

Color information

#DA92D4 (or 0xDA92D4) is unknown color: approx Plum. HEX triplet: DA, 92 and D4. RGB value is (218,146,212). Sum of RGB (Red+Green+Blue) = 218+146+212=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92D4 is #256D2B. Grayscale: #AEAEAE. Windows color (decimal): -2452780 or 13931226. OLE color: 13931226.

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

Color convert

RGB218146212-
CMYK00.330.030.15
HSL305º49.32%71.37%-
HSV(B)305º33.03%85.49%-
XYZ51.0840.2267.36-
YUV175.05148.85158.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=37.85%
G=25.35%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814621200.330.030.1530549.3271.37
HexDA92D40213F1313147
Octal33222232404131746161107
Binary11011010100100101101010001000011111111001100011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92D4; }

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

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

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

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

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

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

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

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