#D975EF

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

Shades of Heliotrope #D975EF

Tints of Heliotrope #D975EF

Color information

#D975EF (or 0xD975EF) is unknown color: approx Heliotrope. HEX triplet: D9, 75 and EF. RGB value is (217,117,239). Sum of RGB (Red+Green+Blue) = 217+117+239=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #D975EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D975EF is #268A10. Grayscale: #A0A0A0. Windows color (decimal): -2525713 or 15693273. OLE color: 15693273.

HSL color Cylindrical-coordinate representation of color #D975EF: hue angle of 289.18º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D975EF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217117239-
CMYK0.090.5100.06
HSL289.18º79.22%69.8%-
HSV(B)289.18º51.05%93.73%-
XYZ50.5633.7185.5-
YUV160.81172.13168.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 117 (46.09% from 255) = 20.42%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=37.87%
G=20.42%
B=41.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171172390.090.5100.06289.1879.2269.8
HexD975EF933061214f46
Octal331165357116306441117106
Binary110110011110101111011111001110011011010010000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D975EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D975EF; }

 p { color: rgb(217,117,239); }

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

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

 a { background-color: rgb(217,117,239); }

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

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

 span { border-color: rgb(217,117,239); }

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