#D961F5

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

Shades of Heliotrope #D961F5

Tints of Heliotrope #D961F5

Color information

#D961F5 (or 0xD961F5) is unknown color: approx Heliotrope. HEX triplet: D9, 61 and F5. RGB value is (217,97,245). Sum of RGB (Red+Green+Blue) = 217+97+245=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #D961F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961F5 is #269E0A. Grayscale: #959595. Windows color (decimal): -2530827 or 16081369. OLE color: 16081369.

HSL color Cylindrical-coordinate representation of color #D961F5: hue angle of 288.65º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D961F5 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21797245-
CMYK0.110.6000.04
HSL288.65º88.1%67.06%-
HSV(B)288.65º60.41%96.08%-
XYZ49.3729.8989.55-
YUV149.75181.76175.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 97 (38.28% from 255) = 17.35%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=38.82%
G=17.35%
B=43.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217972450.110.6000.04288.6588.167.06
HexD961F5B3C041215843
Octal331141365137404441130103
Binary110110011100001111101011011111100010010010000110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D961F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D961F5; }

 p { color: rgb(217,97,245); }

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

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

 a { background-color: rgb(217,97,245); }

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

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

 span { border-color: rgb(217,97,245); }

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