#DF60F1

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

Shades of Heliotrope #DF60F1

Tints of Heliotrope #DF60F1

Color information

#DF60F1 (or 0xDF60F1) is unknown color: approx Heliotrope. HEX triplet: DF, 60 and F1. RGB value is (223,96,241). Sum of RGB (Red+Green+Blue) = 223+96+241=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60F1 is #209F0E. Grayscale: #969696. Windows color (decimal): -2137871 or 15818975. OLE color: 15818975.

HSL color Cylindrical-coordinate representation of color #DF60F1: hue angle of 292.55º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF60F1 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22396241-
CMYK0.070.6000.05
HSL292.55º83.82%66.08%-
HSV(B)292.55º60.17%94.51%-
XYZ50.4930.486.43-
YUV150.5179.08179.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 96 (37.89% from 255) = 17.14%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=39.82%
G=17.14%
B=43.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal223962410.070.6000.05292.5583.8266.08
HexDF60F173C051255442
Octal33714036177405445124102
Binary11011111110000011110001111111100010110010010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF60F1; }

 p { color: rgb(223,96,241); }

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

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

 a { background-color: rgb(223,96,241); }

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

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

 span { border-color: rgb(223,96,241); }

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