#D361EB

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

Shades of Heliotrope #D361EB

Tints of Heliotrope #D361EB

Color information

#D361EB (or 0xD361EB) is unknown color: approx Heliotrope. HEX triplet: D3, 61 and EB. RGB value is (211,97,235). Sum of RGB (Red+Green+Blue) = 211+97+235=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #D361EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361EB is #2C9E14. Grayscale: #929292. Windows color (decimal): -2924053 or 15426003. OLE color: 15426003.

HSL color Cylindrical-coordinate representation of color #D361EB: hue angle of 289.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D361EB is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21197235-
CMYK0.100.5900.08
HSL289.57º77.53%65.1%-
HSV(B)289.57º58.72%92.16%-
XYZ46.1328.481.65-
YUV146.82177.77173.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.86%
GREEN value IS 97 (38.28% from 255) = 17.86%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=38.86%
G=17.86%
B=43.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal211972350.100.5900.08289.5777.5365.1
HexD361EBA3B081224e41
Octal3231413531273010442116101
Binary1101001111000011110101110101110110100010010001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D361EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D361EB; }

 p { color: rgb(211,97,235); }

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

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

 a { background-color: rgb(211,97,235); }

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

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

 span { border-color: rgb(211,97,235); }

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