#D95FF5

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

Shades of Heliotrope #D95FF5

Tints of Heliotrope #D95FF5

Color information

#D95FF5 (or 0xD95FF5) is unknown color: approx Heliotrope. HEX triplet: D9, 5F and F5. RGB value is (217,95,245). Sum of RGB (Red+Green+Blue) = 217+95+245=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #D95FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95FF5 is #26A00A. Grayscale: #949494. Windows color (decimal): -2531339 or 16080857. OLE color: 16080857.

HSL color Cylindrical-coordinate representation of color #D95FF5: hue angle of 288.8º 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 #D95FF5 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21795245-
CMYK0.110.6100.04
HSL288.8º88.24%66.67%-
HSV(B)288.8º61.22%96.08%-
XYZ49.1929.5389.49-
YUV148.58182.42176.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 95 (37.5% from 255) = 17.06%
BLUE value IS 245 (96.09% from 255) = 43.99%
R=38.96%
G=17.06%
B=43.99%

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
Decimal217952450.110.6100.04288.888.2466.67
HexD95FF5B3D041215843
Octal331137365137504441130103
Binary110110011011111111101011011111101010010010000110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95FF5; }

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

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

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

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

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

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

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

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