#DF65ED

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

Shades of Heliotrope #DF65ED

Tints of Heliotrope #DF65ED

Color information

#DF65ED (or 0xDF65ED) is unknown color: approx Heliotrope. HEX triplet: DF, 65 and ED. RGB value is (223,101,237). Sum of RGB (Red+Green+Blue) = 223+101+237=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65ED is #209A12. Grayscale: #989898. Windows color (decimal): -2136595 or 15558111. OLE color: 15558111.

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

Color convert

RGB223101237-
CMYK0.060.5700.07
HSL293.82º79.07%66.27%-
HSV(B)293.82º57.38%92.94%-
XYZ50.3731.1183.47-
YUV152.98175.42177.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 101 (39.84% from 255) = 18.00%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=39.75%
G=18.00%
B=42.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231012370.060.5700.07293.8279.0766.27
HexDF65ED639071264f42
Octal33714535567107446117102
Binary11011111110010111101101110111001011110010011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65ED; }

 p { color: rgb(223,101,237); }

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

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

 a { background-color: rgb(223,101,237); }

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

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

 span { border-color: rgb(223,101,237); }

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