#D363FD

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

Shades of Heliotrope #D363FD

Tints of Heliotrope #D363FD

Color information

#D363FD (or 0xD363FD) is unknown color: approx Heliotrope. HEX triplet: D3, 63 and FD. RGB value is (211,99,253). Sum of RGB (Red+Green+Blue) = 211+99+253=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 99 (39.06% from 255 or 17.58% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D363FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D363FD is #2C9C02. Grayscale: #959595. Windows color (decimal): -2923523 or 16606163. OLE color: 16606163.

HSL color Cylindrical-coordinate representation of color #D363FD: hue angle of 283.64º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D363FD is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21199253-
CMYK0.170.6100.01
HSL283.64º97.47%69.02%-
HSV(B)283.64º60.87%99.22%-
XYZ49.0629.8696.11-
YUV150.04186.11171.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.48%
GREEN value IS 99 (39.06% from 255) = 17.58%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=37.48%
G=17.58%
B=44.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal211992530.170.6100.01283.6497.4769.02
HexD363FD113D0111c6145
Octal323143375217501434141105
Binary11010011110001111111101100011111010110001110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D363FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D363FD; }

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

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

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

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

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

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

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

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