#DA74F1

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

Shades of Heliotrope #DA74F1

Tints of Heliotrope #DA74F1

Color information

#DA74F1 (or 0xDA74F1) is unknown color: approx Heliotrope. HEX triplet: DA, 74 and F1. RGB value is (218,116,241). Sum of RGB (Red+Green+Blue) = 218+116+241=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74F1 is #258B0E. Grayscale: #A0A0A0. Windows color (decimal): -2460431 or 15824090. OLE color: 15824090.

HSL color Cylindrical-coordinate representation of color #DA74F1: hue angle of 288.96º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA74F1 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218116241-
CMYK0.100.5200.05
HSL288.96º81.7%70%-
HSV(B)288.96º51.87%94.51%-
XYZ51.0433.7587.04-
YUV160.75173.29168.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 116 (45.70% from 255) = 20.17%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=37.91%
G=20.17%
B=41.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181162410.100.5200.05288.9681.770
HexDA74F1A34051215246
Octal332164361126405441122106
Binary110110101110100111100011010110100010110010000110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74F1; }

 p { color: rgb(218,116,241); }

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

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

 a { background-color: rgb(218,116,241); }

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

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

 span { border-color: rgb(218,116,241); }

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