#DA92F5

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

Shades of Heliotrope #DA92F5

Tints of Heliotrope #DA92F5

Color information

#DA92F5 (or 0xDA92F5) is unknown color: approx Heliotrope. HEX triplet: DA, 92 and F5. RGB value is (218,146,245). Sum of RGB (Red+Green+Blue) = 218+146+245=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #DA92F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA92F5 is #256D0A. Grayscale: #B2B2B2. Windows color (decimal): -2452747 or 16093914. OLE color: 16093914.

HSL color Cylindrical-coordinate representation of color #DA92F5: hue angle of 283.64º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA92F5 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218146245-
CMYK0.110.4000.04
HSL283.64º83.19%76.67%-
HSV(B)283.64º40.41%96.08%-
XYZ55.6742.0691.57-
YUV178.81165.35155.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 146 (57.42% from 255) = 23.97%
BLUE value IS 245 (96.09% from 255) = 40.23%
R=35.80%
G=23.97%
B=40.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181462450.110.4000.04283.6483.1976.67
HexDA92F5B280411c534d
Octal332222365135004434123115
Binary1101101010010010111101011011101000010010001110010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92F5; }

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

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

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

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

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

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

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

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