#D36DF1

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

Shades of Heliotrope #D36DF1

Tints of Heliotrope #D36DF1

Color information

#D36DF1 (or 0xD36DF1) is unknown color: approx Heliotrope. HEX triplet: D3, 6D and F1. RGB value is (211,109,241). Sum of RGB (Red+Green+Blue) = 211+109+241=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #D36DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36DF1 is #2C920E. Grayscale: #9A9A9A. Windows color (decimal): -2920975 or 15822291. OLE color: 15822291.

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

Color convert

RGB211109241-
CMYK0.120.5500.05
HSL286.36º82.5%68.63%-
HSV(B)286.36º54.77%94.51%-
XYZ48.2131.1486.69-
YUV154.55176.79168.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.61%
GREEN value IS 109 (42.97% from 255) = 19.43%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=37.61%
G=19.43%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111092410.120.5500.05286.3682.568.63
HexD36DF1C370511e5245
Octal323155361146705436122105
Binary110100111101101111100011100110111010110001111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36DF1; }

 p { color: rgb(211,109,241); }

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

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

 a { background-color: rgb(211,109,241); }

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

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

 span { border-color: rgb(211,109,241); }

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