#d75bff

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

Shades of Heliotrope #D75BFF

Tints of Heliotrope #D75BFF

Color information

#D75BFF (or 0xD75BFF) is unknown color: approx Heliotrope. HEX triplet: D7, 5B and FF. RGB value is (215,91,255). Sum of RGB (Red+Green+Blue) = 215+91+255=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 91 (35.94% from 255 or 16.22% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #D75BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75BFF is #28A400. Grayscale: #929292. Windows color (decimal): -2663425 or 16735191. OLE color: 16735191.

HSL color Cylindrical-coordinate representation of color #D75BFF: hue angle of 285.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D75BFF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21591255-
CMYK0.160.6400
HSL285.37º100%67.84%-
HSV(B)285.37º64.31%100%-
XYZ49.8229.1597.61-
YUV146.77189.08176.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 91 (35.94% from 255) = 16.22%
BLUE value IS 255 (100% from 255) = 45.45%
R=38.32%
G=16.22%
B=45.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal215912550.160.6400285.3710067.84
HexD75BFF10400011d6444
Octal3271333772010000435144104
Binary110101111011011111111111000010000000010001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d75bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d75bff; }

 p { color: rgb(215,91,255); }

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

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

 a { background-color: rgb(215,91,255); }

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

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

 span { border-color: rgb(215,91,255); }

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