#D954F5

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

Shades of Heliotrope #D954F5

Tints of Heliotrope #D954F5

Color information

#D954F5 (or 0xD954F5) is unknown color: approx Heliotrope. HEX triplet: D9, 54 and F5. RGB value is (217,84,245). Sum of RGB (Red+Green+Blue) = 217+84+245=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 84 (33.20% from 255 or 15.38% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #D954F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D954F5 is #26AB0A. Grayscale: #8D8D8D. Windows color (decimal): -2534155 or 16078041. OLE color: 16078041.

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

Color convert

RGB21784245-
CMYK0.110.6600.04
HSL289.57º88.95%64.51%-
HSV(B)289.57º65.71%96.08%-
XYZ48.2727.6889.19-
YUV142.12186.06181.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 84 (33.20% from 255) = 15.38%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=39.74%
G=15.38%
B=44.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217842450.110.6600.04289.5788.9564.51
HexD954F5B42041225941
Octal3311243651310204442131101
Binary1101100110101001111010110111000010010010010001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D954F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D954F5; }

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

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

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

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

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

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

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

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