#DE4AFA

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

Shades of Heliotrope #DE4AFA

Tints of Heliotrope #DE4AFA

Color information

#DE4AFA (or 0xDE4AFA) is unknown color: approx Heliotrope. HEX triplet: DE, 4A and FA. RGB value is (222,74,250). Sum of RGB (Red+Green+Blue) = 222+74+250=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE4AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE4AFA is #21B505. Grayscale: #898989. Windows color (decimal): -2209030 or 16403166. OLE color: 16403166.

HSL color Cylindrical-coordinate representation of color #DE4AFA: hue angle of 290.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4AFA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22274250-
CMYK0.110.7000.02
HSL290.45º94.62%63.53%-
HSV(B)290.45º70.4%98.04%-
XYZ49.8327.3393.09-
YUV138.32191.03187.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 74 (29.30% from 255) = 13.55%
BLUE value IS 250 (98.05% from 255) = 45.79%
R=40.66%
G=13.55%
B=45.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222742500.110.7000.02290.4594.6263.53
HexDE4AFAB46021225f40
Octal3361123721310602442137100
Binary110111101001010111110101011100011001010010001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4AFA; }

 p { color: rgb(222,74,250); }

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

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

 a { background-color: rgb(222,74,250); }

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

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

 span { border-color: rgb(222,74,250); }

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