#D363F0

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

Shades of Heliotrope #D363F0

Tints of Heliotrope #D363F0

Color information

#D363F0 (or 0xD363F0) is unknown color: approx Heliotrope. HEX triplet: D3, 63 and F0. RGB value is (211,99,240). Sum of RGB (Red+Green+Blue) = 211+99+240=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #D363F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D363F0 is #2C9C0F. Grayscale: #949494. Windows color (decimal): -2923536 or 15754195. OLE color: 15754195.

HSL color Cylindrical-coordinate representation of color #D363F0: hue angle of 287.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D363F0 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21199240-
CMYK0.120.5900.06
HSL287.66º82.46%66.47%-
HSV(B)287.66º58.75%94.12%-
XYZ47.0529.0685.57-
YUV148.56179.61172.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.36%
GREEN value IS 99 (39.06% from 255) = 18%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=38.36%
G=18%
B=43.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211992400.120.5900.06287.6682.4666.47
HexD363F0C3B061205242
Octal323143360147306440122102
Binary110100111100011111100001100111011011010010000010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D363F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D363F0; }

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

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

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

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

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

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

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

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