#DE58FF

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

Shades of Heliotrope #DE58FF

Tints of Heliotrope #DE58FF

Color information

#DE58FF (or 0xDE58FF) is unknown color: approx Heliotrope. HEX triplet: DE, 58 and FF. RGB value is (222,88,255). Sum of RGB (Red+Green+Blue) = 222+88+255=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE58FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE58FF is #21A700. Grayscale: #929292. Windows color (decimal): -2205441 or 16734430. OLE color: 16734430.

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

Color convert

RGB22288255-
CMYK0.130.6500
HSL288.14º100%67.25%-
HSV(B)288.14º65.49%100%-
XYZ51.6629.7397.62-
YUV147.1188.89181.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.29%
GREEN value IS 88 (34.77% from 255) = 15.58%
BLUE value IS 255 (100% from 255) = 45.13%
R=39.29%
G=15.58%
B=45.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222882550.130.6500288.1410067.25
HexDE58FFD41001206443
Octal3361303771510100440144103
Binary11011110101100011111111110110000010010010000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE58FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE58FF; }

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

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

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

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

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

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

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

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