#D461EF

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

Shades of Heliotrope #D461EF

Tints of Heliotrope #D461EF

Color information

#D461EF (or 0xD461EF) is unknown color: approx Heliotrope. HEX triplet: D4, 61 and EF. RGB value is (212,97,239). Sum of RGB (Red+Green+Blue) = 212+97+239=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #D461EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461EF is #2B9E10. Grayscale: #939393. Windows color (decimal): -2858513 or 15688148. OLE color: 15688148.

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

Color convert

RGB21297239-
CMYK0.110.5900.06
HSL288.59º81.61%65.88%-
HSV(B)288.59º59.41%93.73%-
XYZ47.0128.7884.74-
YUV147.57179.6173.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 97 (38.28% from 255) = 17.70%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=38.69%
G=17.70%
B=43.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal212972390.110.5900.06288.5981.6165.88
HexD461EFB3B061215242
Octal324141357137306441122102
Binary110101001100001111011111011111011011010010000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461EF; }

 p { color: rgb(212,97,239); }

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

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

 a { background-color: rgb(212,97,239); }

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

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

 span { border-color: rgb(212,97,239); }

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