#DE60F1

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

Shades of Heliotrope #DE60F1

Tints of Heliotrope #DE60F1

Color information

#DE60F1 (or 0xDE60F1) is unknown color: approx Heliotrope. HEX triplet: DE, 60 and F1. RGB value is (222,96,241). Sum of RGB (Red+Green+Blue) = 222+96+241=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE60F1 is #219F0E. Grayscale: #959595. Windows color (decimal): -2203407 or 15818974. OLE color: 15818974.

HSL color Cylindrical-coordinate representation of color #DE60F1: hue angle of 292.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE60F1 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22296241-
CMYK0.080.6000.05
HSL292.14º83.82%66.08%-
HSV(B)292.14º60.17%94.51%-
XYZ50.1830.2586.41-
YUV150.2179.24179.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 96 (37.89% from 255) = 17.17%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=39.71%
G=17.17%
B=43.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal222962410.080.6000.05292.1483.8266.08
HexDE60F183C051245442
Octal336140361107405444124102
Binary110111101100000111100011000111100010110010010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE60F1; }

 p { color: rgb(222,96,241); }

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

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

 a { background-color: rgb(222,96,241); }

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

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

 span { border-color: rgb(222,96,241); }

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