#D060F7

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

Shades of Heliotrope #D060F7

Tints of Heliotrope #D060F7

Color information

#D060F7 (or 0xD060F7) is unknown color: approx Heliotrope. HEX triplet: D0, 60 and F7. RGB value is (208,96,247). Sum of RGB (Red+Green+Blue) = 208+96+247=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #D060F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060F7 is #2F9F08. Grayscale: #929292. Windows color (decimal): -3120905 or 16212176. OLE color: 16212176.

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

Color convert

RGB20896247-
CMYK0.160.6100.03
HSL284.5º90.42%67.25%-
HSV(B)284.5º61.13%96.86%-
XYZ46.9828.4991.02-
YUV146.7184.61171.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 96 (37.89% from 255) = 17.42%
BLUE value IS 247 (96.88% from 255) = 44.83%
R=37.75%
G=17.42%
B=44.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal208962470.160.6100.03284.590.4267.25
HexD060F7103D0311d5a43
Octal320140367207503435132103
Binary110100001100000111101111000011110101110001110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060F7; }

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

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

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

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

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

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

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

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