#D970FF

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

Shades of Heliotrope #D970FF

Tints of Heliotrope #D970FF

Color information

#D970FF (or 0xD970FF) is unknown color: approx Heliotrope. HEX triplet: D9, 70 and FF. RGB value is (217,112,255). Sum of RGB (Red+Green+Blue) = 217+112+255=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #D970FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970FF is #268F00. Grayscale: #9F9F9F. Windows color (decimal): -2526977 or 16740569. OLE color: 16740569.

HSL color Cylindrical-coordinate representation of color #D970FF: hue angle of 284.06º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D970FF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217112255-
CMYK0.150.5600
HSL284.06º100%71.96%-
HSV(B)284.06º56.08%100%-
XYZ52.4633.5698.32-
YUV159.7181.79168.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 112 (44.14% from 255) = 19.18%
BLUE value IS 255 (100% from 255) = 43.66%
R=37.16%
G=19.18%
B=43.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171122550.150.5600284.0610071.96
HexD970FFF380011c6448
Octal331160377177000434144110
Binary1101100111100001111111111111110000010001110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970FF; }

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

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

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

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

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

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

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

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