#DA92CF

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

Shades of Plum #DA92CF

Tints of Plum #DA92CF

Color information

#DA92CF (or 0xDA92CF) is unknown color: approx Plum. HEX triplet: DA, 92 and CF. RGB value is (218,146,207). Sum of RGB (Red+Green+Blue) = 218+146+207=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA92CF is #256D30. Grayscale: #AEAEAE. Windows color (decimal): -2452785 or 13603546. OLE color: 13603546.

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

Color convert

RGB218146207-
CMYK00.330.050.15
HSL309.17º49.32%71.37%-
HSV(B)309.17º33.03%85.49%-
XYZ50.4539.9764.09-
YUV174.48146.35159.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=38.18%
G=25.57%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814620700.330.050.15309.1749.3271.37
HexDA92CF0215F1353147
Octal33222231704151746561107
Binary110110101001001011001111010000110111111001101011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92CF; }

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

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

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

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

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

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

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

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