#DF73FD

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

Shades of Heliotrope #DF73FD

Tints of Heliotrope #DF73FD

Color information

#DF73FD (or 0xDF73FD) is unknown color: approx Heliotrope. HEX triplet: DF, 73 and FD. RGB value is (223,115,253). Sum of RGB (Red+Green+Blue) = 223+115+253=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73FD is #208C02. Grayscale: #A2A2A2. Windows color (decimal): -2132995 or 16610271. OLE color: 16610271.

HSL color Cylindrical-coordinate representation of color #DF73FD: hue angle of 286.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF73FD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223115253-
CMYK0.120.5500.01
HSL286.96º97.18%72.16%-
HSV(B)286.96º54.55%99.22%-
XYZ54.2935.0496.83-
YUV163.02178.78170.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 115 (45.31% from 255) = 19.46%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=37.73%
G=19.46%
B=42.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231152530.120.5500.01286.9697.1872.16
HexDF73FDC370111f6148
Octal337163375146701437141110
Binary1101111111100111111110111001101110110001111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF73FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF73FD; }

 p { color: rgb(223,115,253); }

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

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

 a { background-color: rgb(223,115,253); }

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

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

 span { border-color: rgb(223,115,253); }

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