#de74f5

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

Shades of Heliotrope #DE74F5

Tints of Heliotrope #DE74F5

Color information

#DE74F5 (or 0xDE74F5) is unknown color: approx Heliotrope. HEX triplet: DE, 74 and F5. RGB value is (222,116,245). Sum of RGB (Red+Green+Blue) = 222+116+245=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #DE74F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE74F5 is #218B0A. Grayscale: #A1A1A1. Windows color (decimal): -2198283 or 16086238. OLE color: 16086238.

HSL color Cylindrical-coordinate representation of color #DE74F5: hue angle of 289.3º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE74F5 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222116245-
CMYK0.090.5300.04
HSL289.3º86.58%70.78%-
HSV(B)289.3º52.65%96.08%-
XYZ52.8534.6190.28-
YUV162.4174.62170.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 116 (45.70% from 255) = 19.90%
BLUE value IS 245 (96.09% from 255) = 42.02%
R=38.08%
G=19.90%
B=42.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221162450.090.5300.04289.386.5870.78
HexDE74F5935041215747
Octal336164365116504441127107
Binary110111101110100111101011001110101010010010000110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de74f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de74f5; }

 p { color: rgb(222,116,245); }

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

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

 a { background-color: rgb(222,116,245); }

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

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

 span { border-color: rgb(222,116,245); }

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