#d073f0

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

Shades of Heliotrope #D073F0

Tints of Heliotrope #D073F0

Color information

#D073F0 (or 0xD073F0) is unknown color: approx Heliotrope. HEX triplet: D0, 73 and F0. RGB value is (208,115,240). Sum of RGB (Red+Green+Blue) = 208+115+240=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #D073F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D073F0 is #2F8C0F. Grayscale: #9C9C9C. Windows color (decimal): -3116048 or 15758288. OLE color: 15758288.

HSL color Cylindrical-coordinate representation of color #D073F0: hue angle of 284.64º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D073F0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208115240-
CMYK0.130.5200.06
HSL284.64º80.65%69.61%-
HSV(B)284.64º52.08%94.12%-
XYZ47.8731.9686.08-
YUV157.06174.81164.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 115 (45.31% from 255) = 20.43%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=36.94%
G=20.43%
B=42.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081152400.130.5200.06284.6480.6569.61
HexD073F0D340611d5146
Octal320163360156406435121106
Binary110100001110011111100001101110100011010001110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d073f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d073f0; }

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

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

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

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

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

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

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

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