#DF65FA

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

Shades of Heliotrope #DF65FA

Tints of Heliotrope #DF65FA

Color information

#DF65FA (or 0xDF65FA) is unknown color: approx Heliotrope. HEX triplet: DF, 65 and FA. RGB value is (223,101,250). Sum of RGB (Red+Green+Blue) = 223+101+250=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF65FA is #209A05. Grayscale: #999999. Windows color (decimal): -2136582 or 16410079. OLE color: 16410079.

HSL color Cylindrical-coordinate representation of color #DF65FA: hue angle of 289.13º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF65FA is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223101250-
CMYK0.110.6000.02
HSL289.13º93.71%68.82%-
HSV(B)289.13º59.6%98.04%-
XYZ52.3431.993.84-
YUV154.46181.92176.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 101 (39.84% from 255) = 17.60%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=38.85%
G=17.60%
B=43.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231012500.110.6000.02289.1393.7168.82
HexDF65FAB3C021215e45
Octal337145372137402441136105
Binary11011111110010111111010101111110001010010000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65FA; }

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

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

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

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

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

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

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

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