#DF7DFE

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

Shades of Heliotrope #DF7DFE

Tints of Heliotrope #DF7DFE

Color information

#DF7DFE (or 0xDF7DFE) is unknown color: approx Heliotrope. HEX triplet: DF, 7D and FE. RGB value is (223,125,254). Sum of RGB (Red+Green+Blue) = 223+125+254=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF7DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DFE is #208201. Grayscale: #A8A8A8. Windows color (decimal): -2130434 or 16678367. OLE color: 16678367.

HSL color Cylindrical-coordinate representation of color #DF7DFE: hue angle of 285.58º 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 #DF7DFE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223125254-
CMYK0.120.5100.00
HSL285.58º98.47%74.31%-
HSV(B)285.58º50.79%99.61%-
XYZ55.6537.5198.07-
YUV169.01175.97166.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 125 (49.22% from 255) = 20.76%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=37.04%
G=20.76%
B=42.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2231252540.120.5100.00285.5898.4774.31
HexDF7DFEC330011e624a
Octal337175376146300436142112
Binary1101111111111011111111011001100110010001111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DFE; }

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

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

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

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

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

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

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

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