#D970F3

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

Shades of Heliotrope #D970F3

Tints of Heliotrope #D970F3

Color information

#D970F3 (or 0xD970F3) is unknown color: approx Heliotrope. HEX triplet: D9, 70 and F3. RGB value is (217,112,243). Sum of RGB (Red+Green+Blue) = 217+112+243=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #D970F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970F3 is #268F0C. Grayscale: #9D9D9D. Windows color (decimal): -2526989 or 15954137. OLE color: 15954137.

HSL color Cylindrical-coordinate representation of color #D970F3: hue angle of 288.09º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D970F3 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217112243-
CMYK0.110.5400.05
HSL288.09º84.52%69.61%-
HSV(B)288.09º53.91%95.29%-
XYZ50.5932.8188.46-
YUV158.33175.79169.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 112 (44.14% from 255) = 19.58%
BLUE value IS 243 (95.31% from 255) = 42.48%
R=37.94%
G=19.58%
B=42.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171122430.110.5400.05288.0984.5269.61
HexD970F3B36051205546
Octal331160363136605440125106
Binary110110011110000111100111011110110010110010000010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970F3; }

 p { color: rgb(217,112,243); }

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

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

 a { background-color: rgb(217,112,243); }

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

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

 span { border-color: rgb(217,112,243); }

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