#DF65F1

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

Shades of Heliotrope #DF65F1

Tints of Heliotrope #DF65F1

Color information

#DF65F1 (or 0xDF65F1) is unknown color: approx Heliotrope. HEX triplet: DF, 65 and F1. RGB value is (223,101,241). Sum of RGB (Red+Green+Blue) = 223+101+241=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65F1 is #209A0E. Grayscale: #989898. Windows color (decimal): -2136591 or 15820255. OLE color: 15820255.

HSL color Cylindrical-coordinate representation of color #DF65F1: hue angle of 292.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF65F1 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB223101241-
CMYK0.070.5800.05
HSL292.29º83.33%67.06%-
HSV(B)292.29º58.09%94.51%-
XYZ50.9631.3586.58-
YUV153.44177.42177.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 101 (39.84% from 255) = 17.88%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=39.47%
G=17.88%
B=42.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2231012410.070.5800.05292.2983.3367.06
HexDF65F173A051245343
Octal33714536177205444123103
Binary11011111110010111110001111111010010110010010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65F1; }

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

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

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

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

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

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

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

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