#D363EC

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

Shades of Heliotrope #D363EC

Tints of Heliotrope #D363EC

Color information

#D363EC (or 0xD363EC) is unknown color: approx Heliotrope. HEX triplet: D3, 63 and EC. RGB value is (211,99,236). Sum of RGB (Red+Green+Blue) = 211+99+236=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 99 (39.06% from 255 or 18.13% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #D363EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D363EC is #2C9C13. Grayscale: #939393. Windows color (decimal): -2923540 or 15492051. OLE color: 15492051.

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

Color convert

RGB21199236-
CMYK0.110.5800.07
HSL289.05º78.29%65.69%-
HSV(B)289.05º58.05%92.55%-
XYZ46.4728.8382.47-
YUV148.11177.61172.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 99 (39.06% from 255) = 18.13%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=38.64%
G=18.13%
B=43.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211992360.110.5800.07289.0578.2965.69
HexD363ECB3A071214e42
Octal323143354137207441116102
Binary110100111100011111011001011111010011110010000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D363EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D363EC; }

 p { color: rgb(211,99,236); }

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

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

 a { background-color: rgb(211,99,236); }

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

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

 span { border-color: rgb(211,99,236); }

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