#DE72ED

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

Shades of Heliotrope #DE72ED

Tints of Heliotrope #DE72ED

Color information

#DE72ED (or 0xDE72ED) is unknown color: approx Heliotrope. HEX triplet: DE, 72 and ED. RGB value is (222,114,237). Sum of RGB (Red+Green+Blue) = 222+114+237=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE72ED is #218D12. Grayscale: #9F9F9F. Windows color (decimal): -2198803 or 15561438. OLE color: 15561438.

HSL color Cylindrical-coordinate representation of color #DE72ED: hue angle of 292.68º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE72ED is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222114237-
CMYK0.060.5200.07
HSL292.68º77.36%68.82%-
HSV(B)292.68º51.9%92.94%-
XYZ51.4333.6883.91-
YUV160.31171.28172-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 114 (44.92% from 255) = 19.90%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=38.74%
G=19.90%
B=41.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221142370.060.5200.07292.6877.3668.82
HexDE72ED634071254d45
Octal33616235566407445115105
Binary11011110111001011101101110110100011110010010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72ED; }

 p { color: rgb(222,114,237); }

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

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

 a { background-color: rgb(222,114,237); }

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

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

 span { border-color: rgb(222,114,237); }

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