#DE7DFE

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

Shades of Heliotrope #DE7DFE

Tints of Heliotrope #DE7DFE

Color information

#DE7DFE (or 0xDE7DFE) is unknown color: approx Heliotrope. HEX triplet: DE, 7D and FE. RGB value is (222,125,254). Sum of RGB (Red+Green+Blue) = 222+125+254=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7DFE is #218201. Grayscale: #A8A8A8. Windows color (decimal): -2195970 or 16678366. OLE color: 16678366.

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

Color convert

RGB222125254-
CMYK0.130.5100.00
HSL285.12º98.47%74.31%-
HSV(B)285.12º50.79%99.61%-
XYZ55.3537.3598.06-
YUV168.71176.14166.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=36.94%
G=20.80%
B=42.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2221252540.130.5100.00285.1298.4774.31
HexDE7DFED330011d624a
Octal336175376156300435142112
Binary1101111011111011111111011011100110010001110111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DFE; }

 p { color: rgb(222,125,254); }

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

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

 a { background-color: rgb(222,125,254); }

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

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

 span { border-color: rgb(222,125,254); }

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