#D073F5

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

Shades of Heliotrope #D073F5

Tints of Heliotrope #D073F5

Color information

#D073F5 (or 0xD073F5) is unknown color: approx Heliotrope. HEX triplet: D0, 73 and F5. RGB value is (208,115,245). Sum of RGB (Red+Green+Blue) = 208+115+245=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #D073F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073F5 is #2F8C0A. Grayscale: #9D9D9D. Windows color (decimal): -3116043 or 16085968. OLE color: 16085968.

HSL color Cylindrical-coordinate representation of color #D073F5: hue angle of 282.92º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D073F5 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208115245-
CMYK0.150.5300.04
HSL282.92º86.67%70.59%-
HSV(B)282.92º53.06%96.08%-
XYZ48.6232.2690.05-
YUV157.63177.31163.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 115 (45.31% from 255) = 20.25%
BLUE value IS 245 (96.09% from 255) = 43.13%
R=36.62%
G=20.25%
B=43.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081152450.150.5300.04282.9286.6770.59
HexD073F5F350411b5747
Octal320163365176504433127107
Binary110100001110011111101011111110101010010001101110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073F5; }

 p { color: rgb(208,115,245); }

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

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

 a { background-color: rgb(208,115,245); }

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

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

 span { border-color: rgb(208,115,245); }

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