#D062F7

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

Shades of Heliotrope #D062F7

Tints of Heliotrope #D062F7

Color information

#D062F7 (or 0xD062F7) is unknown color: approx Heliotrope. HEX triplet: D0, 62 and F7. RGB value is (208,98,247). Sum of RGB (Red+Green+Blue) = 208+98+247=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #D062F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D062F7 is #2F9D08. Grayscale: #939393. Windows color (decimal): -3120393 or 16212688. OLE color: 16212688.

HSL color Cylindrical-coordinate representation of color #D062F7: hue angle of 284.3º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D062F7 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20898247-
CMYK0.160.6000.03
HSL284.3º90.3%67.65%-
HSV(B)284.3º60.32%96.86%-
XYZ47.1728.8691.08-
YUV147.88183.94170.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 98 (38.67% from 255) = 17.72%
BLUE value IS 247 (96.88% from 255) = 44.67%
R=37.61%
G=17.72%
B=44.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal208982470.160.6000.03284.390.367.65
HexD062F7103C0311c5a44
Octal320142367207403434132104
Binary110100001100010111101111000011110001110001110010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D062F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D062F7; }

 p { color: rgb(208,98,247); }

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

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

 a { background-color: rgb(208,98,247); }

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

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

 span { border-color: rgb(208,98,247); }

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