#D973FF

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

Shades of Heliotrope #D973FF

Tints of Heliotrope #D973FF

Color information

#D973FF (or 0xD973FF) is unknown color: approx Heliotrope. HEX triplet: D9, 73 and FF. RGB value is (217,115,255). Sum of RGB (Red+Green+Blue) = 217+115+255=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #D973FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973FF is #268C00. Grayscale: #A1A1A1. Windows color (decimal): -2526209 or 16741337. OLE color: 16741337.

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

Color convert

RGB217115255-
CMYK0.150.5500
HSL283.71º100%72.55%-
HSV(B)283.71º54.9%100%-
XYZ52.834.2398.43-
YUV161.46180.79167.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 115 (45.31% from 255) = 19.59%
BLUE value IS 255 (100% from 255) = 43.44%
R=36.97%
G=19.59%
B=43.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171152550.150.5500283.7110072.55
HexD973FFF370011c6449
Octal331163377176700434144111
Binary1101100111100111111111111111101110010001110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D973FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D973FF; }

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

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

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

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

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

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

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

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