#D661F6

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

Shades of Heliotrope #D661F6

Tints of Heliotrope #D661F6

Color information

#D661F6 (or 0xD661F6) is unknown color: approx Heliotrope. HEX triplet: D6, 61 and F6. RGB value is (214,97,246). Sum of RGB (Red+Green+Blue) = 214+97+246=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 97 (38.28% from 255 or 17.41% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #D661F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661F6 is #299E09. Grayscale: #949494. Windows color (decimal): -2727434 or 16146902. OLE color: 16146902.

HSL color Cylindrical-coordinate representation of color #D661F6: hue angle of 287.11º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D661F6 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21497246-
CMYK0.130.6100.04
HSL287.11º89.22%67.25%-
HSV(B)287.11º60.57%96.47%-
XYZ48.6429.590.32-
YUV148.97182.76174.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 97 (38.28% from 255) = 17.41%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=38.42%
G=17.41%
B=44.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214972460.130.6100.04287.1189.2267.25
HexD661F6D3D0411f5943
Octal326141366157504437131103
Binary110101101100001111101101101111101010010001111110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661F6; }

 p { color: rgb(214,97,246); }

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

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

 a { background-color: rgb(214,97,246); }

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

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

 span { border-color: rgb(214,97,246); }

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