#de49fa

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

Shades of Heliotrope #DE49FA

Tints of Heliotrope #DE49FA

Color information

#DE49FA (or 0xDE49FA) is unknown color: approx Heliotrope. HEX triplet: DE, 49 and FA. RGB value is (222,73,250). Sum of RGB (Red+Green+Blue) = 222+73+250=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE49FA is #21B605. Grayscale: #898989. Windows color (decimal): -2209286 or 16402910. OLE color: 16402910.

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

Color convert

RGB22273250-
CMYK0.110.7100.02
HSL290.51º94.65%63.33%-
HSV(B)290.51º70.8%98.04%-
XYZ49.7627.293.07-
YUV137.73191.36188.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 73 (28.91% from 255) = 13.39%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=40.73%
G=13.39%
B=45.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222732500.110.7100.02290.5194.6563.33
HexDE49FAB47021235f3f
Octal336111372131070244313777
Binary11011110100100111111010101110001110101001000111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de49fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de49fa; }

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

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

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

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

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

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

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

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