#D75DF3

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

Shades of Heliotrope #D75DF3

Tints of Heliotrope #D75DF3

Color information

#D75DF3 (or 0xD75DF3) is unknown color: approx Heliotrope. HEX triplet: D7, 5D and F3. RGB value is (215,93,243). Sum of RGB (Red+Green+Blue) = 215+93+243=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #D75DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75DF3 is #28A20C. Grayscale: #929292. Windows color (decimal): -2662925 or 15949271. OLE color: 15949271.

HSL color Cylindrical-coordinate representation of color #D75DF3: hue angle of 288.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75DF3 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21593243-
CMYK0.120.6200.05
HSL288.8º86.21%65.88%-
HSV(B)288.8º61.73%95.29%-
XYZ48.1228.7587.81-
YUV146.58182.42176.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 93 (36.72% from 255) = 16.88%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=39.02%
G=16.88%
B=44.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal215932430.120.6200.05288.886.2165.88
HexD75DF3C3E051215642
Octal327135363147605441126102
Binary110101111011101111100111100111110010110010000110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75DF3; }

 p { color: rgb(215,93,243); }

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

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

 a { background-color: rgb(215,93,243); }

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

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

 span { border-color: rgb(215,93,243); }

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