#D465F3

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

Shades of Heliotrope #D465F3

Tints of Heliotrope #D465F3

Color information

#D465F3 (or 0xD465F3) is unknown color: approx Heliotrope. HEX triplet: D4, 65 and F3. RGB value is (212,101,243). Sum of RGB (Red+Green+Blue) = 212+101+243=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #D465F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D465F3 is #2B9A0C. Grayscale: #959595. Windows color (decimal): -2857485 or 15951316. OLE color: 15951316.

HSL color Cylindrical-coordinate representation of color #D465F3: hue angle of 286.9º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D465F3 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212101243-
CMYK0.130.5800.05
HSL286.9º85.54%67.45%-
HSV(B)286.9º58.44%95.29%-
XYZ47.9829.7888.01-
YUV150.38180.27171.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 101 (39.84% from 255) = 18.17%
BLUE value IS 243 (95.31% from 255) = 43.71%
R=38.13%
G=18.17%
B=43.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121012430.130.5800.05286.985.5467.45
HexD465F3D3A0511f5643
Octal324145363157205437126103
Binary110101001100101111100111101111010010110001111110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D465F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D465F3; }

 p { color: rgb(212,101,243); }

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

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

 a { background-color: rgb(212,101,243); }

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

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

 span { border-color: rgb(212,101,243); }

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