#D163F0

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

Shades of Heliotrope #D163F0

Tints of Heliotrope #D163F0

Color information

#D163F0 (or 0xD163F0) is unknown color: approx Heliotrope. HEX triplet: D1, 63 and F0. RGB value is (209,99,240). Sum of RGB (Red+Green+Blue) = 209+99+240=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #D163F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D163F0 is #2E9C0F. Grayscale: #939393. Windows color (decimal): -3054608 or 15754193. OLE color: 15754193.

HSL color Cylindrical-coordinate representation of color #D163F0: hue angle of 286.81º 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 #D163F0 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20999240-
CMYK0.130.5900.06
HSL286.81º82.46%66.47%-
HSV(B)286.81º58.75%94.12%-
XYZ46.4828.7785.54-
YUV147.96179.94171.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 99 (39.06% from 255) = 18.07%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=38.14%
G=18.07%
B=43.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209992400.130.5900.06286.8182.4666.47
HexD163F0D3B0611f5242
Octal321143360157306437122102
Binary110100011100011111100001101111011011010001111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163F0; }

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

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

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

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

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

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

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

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