#D157F5

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

Shades of Heliotrope #D157F5

Tints of Heliotrope #D157F5

Color information

#D157F5 (or 0xD157F5) is unknown color: approx Heliotrope. HEX triplet: D1, 57 and F5. RGB value is (209,87,245). Sum of RGB (Red+Green+Blue) = 209+87+245=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #D157F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D157F5 is #2EA80A. Grayscale: #8C8C8C. Windows color (decimal): -3057675 or 16078801. OLE color: 16078801.

HSL color Cylindrical-coordinate representation of color #D157F5: hue angle of 286.33º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D157F5 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20987245-
CMYK0.150.6400.04
HSL286.33º88.76%65.1%-
HSV(B)286.33º64.49%96.08%-
XYZ46.1826.9689.16-
YUV141.49186.42176.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 87 (34.38% from 255) = 16.08%
BLUE value IS 245 (96.09% from 255) = 45.29%
R=38.63%
G=16.08%
B=45.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal209872450.150.6400.04286.3388.7665.1
HexD157F5F400411e5941
Octal3211273651710004436131101
Binary1101000110101111111010111111000000010010001111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D157F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D157F5; }

 p { color: rgb(209,87,245); }

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

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

 a { background-color: rgb(209,87,245); }

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

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

 span { border-color: rgb(209,87,245); }

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