#DE74F8

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

Shades of Heliotrope #DE74F8

Tints of Heliotrope #DE74F8

Color information

#DE74F8 (or 0xDE74F8) is unknown color: approx Heliotrope. HEX triplet: DE, 74 and F8. RGB value is (222,116,248). Sum of RGB (Red+Green+Blue) = 222+116+248=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 116 (45.70% from 255 or 19.80% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #DE74F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE74F8 is #218B07. Grayscale: #A2A2A2. Windows color (decimal): -2198280 or 16282846. OLE color: 16282846.

HSL color Cylindrical-coordinate representation of color #DE74F8: hue angle of 288.18º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE74F8 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB222116248-
CMYK0.100.5300.03
HSL288.18º90.41%71.37%-
HSV(B)288.18º53.23%97.25%-
XYZ53.3134.892.71-
YUV162.74176.12170.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 116 (45.70% from 255) = 19.80%
BLUE value IS 248 (97.27% from 255) = 42.32%
R=37.88%
G=19.80%
B=42.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2221162480.100.5300.03288.1890.4171.37
HexDE74F8A35031205a47
Octal336164370126503440132107
Binary11011110111010011111000101011010101110010000010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE74F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE74F8; }

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

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

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

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

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

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

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

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