#D960F5

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

Shades of Heliotrope #D960F5

Tints of Heliotrope #D960F5

Color information

#D960F5 (or 0xD960F5) is unknown color: approx Heliotrope. HEX triplet: D9, 60 and F5. RGB value is (217,96,245). Sum of RGB (Red+Green+Blue) = 217+96+245=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #D960F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960F5 is #269F0A. Grayscale: #949494. Windows color (decimal): -2531083 or 16081113. OLE color: 16081113.

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

Color convert

RGB21796245-
CMYK0.110.6100.04
HSL288.72º88.17%66.86%-
HSV(B)288.72º60.82%96.08%-
XYZ49.2829.7189.52-
YUV149.16182.09176.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.89%
GREEN value IS 96 (37.89% from 255) = 17.20%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=38.89%
G=17.20%
B=43.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217962450.110.6100.04288.7288.1766.86
HexD960F5B3D041215843
Octal331140365137504441130103
Binary110110011100000111101011011111101010010010000110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D960F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D960F5; }

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

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

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

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

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

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

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

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