#D75FF0

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

Shades of Heliotrope #D75FF0

Tints of Heliotrope #D75FF0

Color information

#D75FF0 (or 0xD75FF0) is unknown color: approx Heliotrope. HEX triplet: D7, 5F and F0. RGB value is (215,95,240). Sum of RGB (Red+Green+Blue) = 215+95+240=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #D75FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75FF0 is #28A00F. Grayscale: #929292. Windows color (decimal): -2662416 or 15753175. OLE color: 15753175.

HSL color Cylindrical-coordinate representation of color #D75FF0: hue angle of 289.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75FF0 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21595240-
CMYK0.100.6000.06
HSL289.66º82.86%65.69%-
HSV(B)289.66º60.42%94.12%-
XYZ47.8428.9285.5-
YUV147.41180.26176.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 95 (37.5% from 255) = 17.27%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=39.09%
G=17.27%
B=43.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal215952400.100.6000.06289.6682.8665.69
HexD75FF0A3C061225342
Octal327137360127406442123102
Binary110101111011111111100001010111100011010010001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75FF0; }

 p { color: rgb(215,95,240); }

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

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

 a { background-color: rgb(215,95,240); }

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

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

 span { border-color: rgb(215,95,240); }

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