#DE5FFF

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

Shades of Heliotrope #DE5FFF

Tints of Heliotrope #DE5FFF

Color information

#DE5FFF (or 0xDE5FFF) is unknown color: approx Heliotrope. HEX triplet: DE, 5F and FF. RGB value is (222,95,255). Sum of RGB (Red+Green+Blue) = 222+95+255=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5FFF is #21A000. Grayscale: #969696. Windows color (decimal): -2203649 or 16736222. OLE color: 16736222.

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

Color convert

RGB22295255-
CMYK0.130.6300
HSL287.62º100%68.63%-
HSV(B)287.62º62.75%100%-
XYZ52.2730.9397.82-
YUV151.21186.58178.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 95 (37.5% from 255) = 16.61%
BLUE value IS 255 (100% from 255) = 44.58%
R=38.81%
G=16.61%
B=44.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222952550.130.6300287.6210068.63
HexDE5FFFD3F001206445
Octal336137377157700440144105
Binary1101111010111111111111111011111110010010000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5FFF; }

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

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

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

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

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

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

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

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