#D46DF2

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

Shades of Heliotrope #D46DF2

Tints of Heliotrope #D46DF2

Color information

#D46DF2 (or 0xD46DF2) is unknown color: approx Heliotrope. HEX triplet: D4, 6D and F2. RGB value is (212,109,242). Sum of RGB (Red+Green+Blue) = 212+109+242=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #D46DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46DF2 is #2B920D. Grayscale: #9A9A9A. Windows color (decimal): -2855438 or 15887828. OLE color: 15887828.

HSL color Cylindrical-coordinate representation of color #D46DF2: hue angle of 286.47º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46DF2 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212109242-
CMYK0.120.5500.05
HSL286.47º83.65%68.82%-
HSV(B)286.47º54.96%94.9%-
XYZ48.6531.3587.49-
YUV154.96177.12168.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 109 (42.97% from 255) = 19.36%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=37.66%
G=19.36%
B=42.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121092420.120.5500.05286.4783.6568.82
HexD46DF2C370511e5445
Octal324155362146705436124105
Binary110101001101101111100101100110111010110001111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46DF2; }

 p { color: rgb(212,109,242); }

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

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

 a { background-color: rgb(212,109,242); }

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

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

 span { border-color: rgb(212,109,242); }

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