#D361EE

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

Shades of Heliotrope #D361EE

Tints of Heliotrope #D361EE

Color information

#D361EE (or 0xD361EE) is unknown color: approx Heliotrope. HEX triplet: D3, 61 and EE. RGB value is (211,97,238). Sum of RGB (Red+Green+Blue) = 211+97+238=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 97 (38.28% from 255 or 17.77% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #D361EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361EE is #2C9E11. Grayscale: #929292. Windows color (decimal): -2924050 or 15622611. OLE color: 15622611.

HSL color Cylindrical-coordinate representation of color #D361EE: hue angle of 288.51º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D361EE is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21197238-
CMYK0.110.5900.07
HSL288.51º80.57%65.69%-
HSV(B)288.51º59.24%93.33%-
XYZ46.5728.5783.95-
YUV147.16179.27173.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 97 (38.28% from 255) = 17.77%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=38.64%
G=17.77%
B=43.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211972380.110.5900.07288.5180.5765.69
HexD361EEB3B071215142
Octal323141356137307441121102
Binary110100111100001111011101011111011011110010000110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D361EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D361EE; }

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

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

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

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

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

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

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

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