#D158F3

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

Shades of Heliotrope #D158F3

Tints of Heliotrope #D158F3

Color information

#D158F3 (or 0xD158F3) is unknown color: approx Heliotrope. HEX triplet: D1, 58 and F3. RGB value is (209,88,243). Sum of RGB (Red+Green+Blue) = 209+88+243=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #D158F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158F3 is #2EA70C. Grayscale: #8D8D8D. Windows color (decimal): -3057421 or 15947985. OLE color: 15947985.

HSL color Cylindrical-coordinate representation of color #D158F3: hue angle of 286.84º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D158F3 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20988243-
CMYK0.140.6400.05
HSL286.84º86.59%64.9%-
HSV(B)286.84º63.79%95.29%-
XYZ45.9627.0187.58-
YUV141.85185.09175.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 88 (34.77% from 255) = 16.30%
BLUE value IS 243 (95.31% from 255) = 45%
R=38.70%
G=16.30%
B=45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209882430.140.6400.05286.8486.5964.9
HexD158F3E400511f5741
Octal3211303631610005437127101
Binary1101000110110001111001111101000000010110001111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D158F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D158F3; }

 p { color: rgb(209,88,243); }

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

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

 a { background-color: rgb(209,88,243); }

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

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

 span { border-color: rgb(209,88,243); }

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