#D94FF7

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

Shades of Heliotrope #D94FF7

Tints of Heliotrope #D94FF7

Color information

#D94FF7 (or 0xD94FF7) is unknown color: approx Heliotrope. HEX triplet: D9, 4F and F7. RGB value is (217,79,247). Sum of RGB (Red+Green+Blue) = 217+79+247=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #D94FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94FF7 is #26B008. Grayscale: #8A8A8A. Windows color (decimal): -2535433 or 16207833. OLE color: 16207833.

HSL color Cylindrical-coordinate representation of color #D94FF7: hue angle of 289.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94FF7 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21779247-
CMYK0.120.6800.03
HSL289.29º91.3%63.92%-
HSV(B)289.29º68.02%96.86%-
XYZ48.227.0690.68-
YUV139.41188.72183.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 79 (31.25% from 255) = 14.55%
BLUE value IS 247 (96.88% from 255) = 45.49%
R=39.96%
G=14.55%
B=45.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal217792470.120.6800.03289.2991.363.92
HexD94FF7C44031215b40
Octal3311173671410403441133100
Binary110110011001111111101111100100010001110010000110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94FF7; }

 p { color: rgb(217,79,247); }

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

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

 a { background-color: rgb(217,79,247); }

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

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

 span { border-color: rgb(217,79,247); }

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