#DE7DFF

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

Shades of Heliotrope #DE7DFF

Tints of Heliotrope #DE7DFF

Color information

#DE7DFF (or 0xDE7DFF) is unknown color: approx Heliotrope. HEX triplet: DE, 7D and FF. RGB value is (222,125,255). Sum of RGB (Red+Green+Blue) = 222+125+255=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7DFF is #218200. Grayscale: #A8A8A8. Windows color (decimal): -2195969 or 16743902. OLE color: 16743902.

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

Color convert

RGB222125255-
CMYK0.130.5100
HSL284.77º100%74.51%-
HSV(B)284.77º50.98%100%-
XYZ55.5137.4298.9-
YUV168.82176.64165.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 125 (49.22% from 255) = 20.76%
BLUE value IS 255 (100% from 255) = 42.36%
R=36.88%
G=20.76%
B=42.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221252550.130.5100284.7710074.51
HexDE7DFFD330011d644b
Octal336175377156300435144113
Binary1101111011111011111111111011100110010001110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DFF; }

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

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

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

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

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

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

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

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