#DE60FF

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

Shades of Heliotrope #DE60FF

Tints of Heliotrope #DE60FF

Color information

#DE60FF (or 0xDE60FF) is unknown color: approx Heliotrope. HEX triplet: DE, 60 and FF. RGB value is (222,96,255). Sum of RGB (Red+Green+Blue) = 222+96+255=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE60FF is #219F00. Grayscale: #979797. Windows color (decimal): -2203393 or 16736478. OLE color: 16736478.

HSL color Cylindrical-coordinate representation of color #DE60FF: hue angle of 287.55º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE60FF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22296255-
CMYK0.130.6200
HSL287.55º100%68.82%-
HSV(B)287.55º62.35%100%-
XYZ52.3631.1297.85-
YUV151.8186.24178.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 96 (37.89% from 255) = 16.75%
BLUE value IS 255 (100% from 255) = 44.50%
R=38.74%
G=16.75%
B=44.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222962550.130.6200287.5510068.82
HexDE60FFD3E001206445
Octal336140377157600440144105
Binary1101111011000001111111111011111100010010000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE60FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE60FF; }

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

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

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

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

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

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

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

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